Channel.this

Constructs a Channel

Param: max_size = Maximum amount of T a Channel can buffer (0 -> Unbuffered operation, Positive integer -> Buffered operation)

class Channel(T)
nothrow
this
(
ulong max_size = 0
)

Meta