mirror of
https://github.com/janet-lang/janet
synced 2026-08-05 18:08:53 +00:00
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.