• Russ Cox's avatar
    runtime: add cgocallback_gofunc that can call Go func value · 3d2dfc5a
    Russ Cox authored
    For now, all the callbacks from C use top-level Go functions,
    so they use the equivalent C function pointer, and will continue
    to do so. But perhaps some day this will be useful for calling
    a Go func value (at least if the type is already known).
    
    More importantly, the Windows callback code needs to be able
    to use cgocallback_gofunc to call a Go func value.
    Should fix the Windows build.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/7388049
    3d2dfc5a
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...