The map method takes a mapper function and returns a new channel.
Each value inserted into the channel on which this method was called
will be passed to the mapper function and the result of each computation will be inserted
into the returned channel.
The map method takes a mapper function and returns a new channel. Each value inserted into the channel on which this method was called will be passed to the mapper function and the result of each computation will be inserted into the returned channel.