Create ref-counted channel that is safe to shared between multiple fibers. In essence it's a multiple producer single consumer queue, that implements OutputRange and InputRange concepts.
See Implementation
Create ref-counted channel that is safe to shared between multiple fibers. In essence it's a multiple producer single consumer queue, that implements OutputRange and InputRange concepts.