mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 17:57:17 +00:00
3d40c95e80
While C functions are not re-entrant, signaling from a C function can be used to implement async returns. When resuming a fiber that signalled from within a C function, the fiber is started after the instruction that emitted the signal. The resume argument is used as the return result from the c function. |
||
---|---|---|
.. | ||
janet.h |