1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00
janet/src
Calvin Rose e552757edc Fix threaded supervisor channels - Fix #766
Some pointer casting with abstract types was incorrect, resulting
in strange behavior when trying to use supervisor channels that were
threaded. This fix also adds the ability to supply a supervisor channel
directly when creating a thread.
2021-08-16 21:14:06 -05:00
..
boot Fix threaded supervisor channels - Fix #766 2021-08-16 21:14:06 -05:00
conf Add janet_interpreter_interrupt for custom scheduling. 2021-07-24 15:14:37 -05:00
core Fix threaded supervisor channels - Fix #766 2021-08-16 21:14:06 -05:00
include Fix threaded supervisor channels - Fix #766 2021-08-16 21:14:06 -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