Will attempt to receive all items in the channel as a [class@Dex.
FutureSet].
If the receive side of the channel is closed, then the future will reject with an error.
If there are items in the queue, then they will be returned as part of a [class@Dex.FutureSet] containing each of the futures.
Otherwise, a [class@Dex.FutureSet] will be returned which will resolve or reject when the next item is available in the channel (or the send or receive sides are closed).
| this |
a [class@Dex.Channel] |
|
a [class@Dex.Future] |