1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-13 03:09:48 +00:00
Files
janet/src/include
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
..