Channel.this

this() @disable
No documentation available for this declaration.
this(size_t capacity) @trusted

Construct a bounded channel with the specified capacity.

Parameters

capacityMaximum number of items the channel can hold. Must be greater than zero.