1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00
janet/src
Calvin Rose 475775cc9d Add a "new_channel" for root fibers.
When new fibers are scheduled on the event loop, this new_channel
receives the newly created fibers. This lets a fiber track which fibers
have been added and let's a user implement a supervisor.

Fix formatting.
2021-01-09 18:33:40 -06:00
..
boot Update module and rem operator for int types. 2021-01-09 14:47:43 -06:00
conf Make dofile error if source file errors. 2020-12-14 08:23:06 -06:00
core Add a "new_channel" for root fibers. 2021-01-09 18:33:40 -06:00
include Add a "new_channel" for root fibers. 2021-01-09 18:33:40 -06:00
mainclient Change Ctrl-C and move old behavior to Ctrl-Q 2020-12-29 16:20:37 -06:00