1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-04 22:36:55 +00:00
Calvin Rose 3d40c95e80 Add ability to Janet signal from C functions.
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.
2020-01-10 20:44:16 -06:00
..
2019-11-09 10:03:56 -06:00
2019-12-14 20:39:14 -06:00
2019-06-18 22:10:13 -04:00
2019-12-31 12:16:19 -05:00