Closed carllerche closed 9 years ago
Hopefully I got the type signature right...
The general idea would be to take a set of async values and return a stream representing the supplied values in order of completion.
/cc @hoverbear
Type signature looks right to me.
That signature looks right to me, too!
This is done: https://github.com/carllerche/syncbox/blob/master/src/util/async/sequence.rs
@carllerche Awesome! Thank you!
Hopefully I got the type signature right...
The general idea would be to take a set of async values and return a stream representing the supplied values in order of completion.
/cc @hoverbear