channel

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.

channel
(
T
)
(
size_t capacity = 1
)

Meta