1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-27 17:00:27 +00:00
janet/src
Calvin Rose 9ec5689d6b Don't use gcroot/unroot for tracking IO operations.
This could have bad effects in higher load situations, and
duplicates code. It is better to keep a dedicated list of
scheduled IO operations which can be efficiently added and
removed from. It also provides and easy way to enumerate
scheduled IO operations.
2020-11-16 09:30:04 -06:00
..
boot Don't use gcroot/unroot for tracking IO operations. 2020-11-16 09:30:04 -06:00
conf Disable epoll by default for evloop. 2020-10-11 15:05:27 -05:00
core Don't use gcroot/unroot for tracking IO operations. 2020-11-16 09:30:04 -06:00
include Update janet.h for janet_thread_current 2020-11-15 16:12:02 -06:00
mainclient Merge branch 'master' into ev 2020-09-07 12:52:50 -05:00