1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/src
Calvin Rose 4e7ad3c7ce Add initial implementation for supervisor channels.
Supervisor channels are a simple concept to more efficiently
enable dynamic, structure concurrency. When a top-level fiber
completes (or errors), it will push itself to it's supervisor
channel if it has one (instead of printing a stacktrace). This
let's another fiber poll a channel and "supervise" a set of fibers.
2021-01-06 23:19:22 -06:00
..
boot Add initial implementation for supervisor channels. 2021-01-06 23:19:22 -06:00
conf Make dofile error if source file errors. 2020-12-14 08:23:06 -06:00
core Add initial implementation for supervisor channels. 2021-01-06 23:19:22 -06:00
include Add initial implementation for supervisor channels. 2021-01-06 23:19:22 -06:00
mainclient Change Ctrl-C and move old behavior to Ctrl-Q 2020-12-29 16:20:37 -06:00