Function createChannel
Creates a new channel suitable for cross-task and cross-thread communication.
Channel!(T,buffer_size) createChannel(T, ulong buffer_size = 100)
(
ChannelConfig config = ChannelConfig .init
);