mirror of
https://github.com/janet-lang/janet
synced 2025-04-17 16:23:17 +00:00

Properly set read_fiber and write_fiber to NULL when unused. This was causing extra listening in the poll implemenation leading to busy loops where a read was accidentally listening for POLLOUT.