1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-18 22:38:10 +00:00
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
..
2020-10-11 15:05:27 -05:00
2020-09-07 12:52:50 -05:00