An Async.Source corresponding to items being sent over the channel. Note that each listener attached to and accepting a Right value corresponds to one value received over the channel.
An Async.Source corresponding to items being sent over the channel. Note that each listener attached to and accepting a Right value corresponds to one value received over the channel.
To create an Async.Source that reads exactly one item regardless of listeners attached, wrap the read operation inside a gears.async.Future.