mirror of
https://github.com/janet-lang/janet
synced 2026-06-05 04:02:14 +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.