makeUnorderedAsyncGeneratorFromAwaitableRange -> makeUnorderedAsyncGenerator
Summary: We use the FromBla to distinguish collect-range (type fixed, count varies) algorithms from collect-tuple (types vary, count fixed) algorithms. But in this case there is no sensible translation from collect-tuple to an async-generator so the from-range bit is not necessary. Reviewed By: vitaut Differential Revision: D29877021 fbshipit-source-id: 69dfa764fca880bd3770a4d57ff0d60fe500a206
Showing
Please register or sign in to comment