asad.awadia
12/08/2019, 3:49 PMAdam Powell
12/08/2019, 3:50 PMasad.awadia
12/08/2019, 3:50 PMAdam Powell
12/08/2019, 3:51 PM.consumeAsFlow()
will return a flow that is only good for one `collect`; the channel will be automatically cancelled when the collect ends if the channel was not already closed by the senderasad.awadia
12/08/2019, 3:54 PMAdam Powell
12/08/2019, 3:56 PMSendChannel
was on the producer end, though as usual, the producer will suspend on send
if the buffer is full and there is no waiting consumerchannelFlow
builderasad.awadia
12/08/2019, 3:59 PM