mirror of
https://github.com/janet-lang/janet
synced 2026-08-14 22:38:51 +00:00
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.