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