janet/src
Calvin Rose 55b8563c08 Add janet_loop_fiber C function to run a fiber to completion from C.
This is mainly meant for use as the entry point to a C wrapper for a
janet program. This maeans the programmer doesn't need to use an ifdef
to handle if the event loop is enabled.
2021-07-18 09:39:37 -05:00
..
boot Add janet_vm_save and janet_vm_load. 2021-07-16 20:59:03 -05:00
conf Add option to build janet without thread library. 2021-07-17 15:13:28 -05:00
core Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00
include Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00
mainclient Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00