gopy
gopy copied to clipboard
question: how to wrap a python async function?
can we implement a go function and wrap it to a python async one?
is that a new post-GIL thing? I don't know anything about that except that it has been announced. In any case, the go side should be fully robust to parallel execution of any sort, assuming of course that it is written with that in mind.
I suspect this is actually #223