mirror of
https://github.com/janet-lang/janet
synced 2026-05-21 12:52:16 +00:00
e76b8da269
This makes certain algorithms simpler as channels now have an explicit lifetime - multiple readers can coordinate closing without needing to ensure the same number of reads as writes.