SrSouza
05/10/2020, 1:03 AMconsumeAsFlow
and receiveAsFlow
, and what the different use cases of both?Zach Klippenstein (he/him) [MOD]
05/10/2020, 1:04 AMSrSouza
05/10/2020, 1:55 PMZach Klippenstein (he/him) [MOD]
05/10/2020, 8:54 PMreceiveAsFlow
will not throw if it’s collected multiple times. Instead, items will be fanned out so each element will only be delivered to one collector.