Distributes values from source channel to n output channels.
| src |
source channel. |
| n |
number of output channels. |
|
Result.ok(output channels), or Result.error(ChannelError.INVALID_ARGUMENT) when n is not positive. |