1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-25 09:47:17 +00:00
janet/src
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
..
boot Update macex1 to properly handle break 2019-12-29 16:44:53 -05:00
conf Version bump to dev version. 2019-12-28 11:58:40 -05:00
core Add ability to Janet signal from C functions. 2020-01-10 20:44:16 -06:00
include Add ability to Janet signal from C functions. 2020-01-10 20:44:16 -06:00
mainclient Remove some feature test macros. 2019-12-30 21:30:13 -05:00