# Variables
No description provided by the author
No description provided by the author
*
* A pre-emptible read-only channel that streams the input integers in order.
*
* Closes when any of the underlying channels close or get written to.
No description provided by the author
*
* A pre-emptible read-only channel that streams the input integer repeatedly forever.
*
* A pr-emptible read-only channel that streams only the first 'n' integers from the input stream.
No description provided by the author