Closed huntc closed 1 year ago
Has there been any thinking in terms of supporting Stream aka AsyncIterator, or will that come down to some future syntax like yield SomeType? Thanks.
Stream
AsyncIterator
yield SomeType
It's not in scope for this crate.
Has there been any thinking in terms of supporting
Stream
akaAsyncIterator
, or will that come down to some future syntax likeyield SomeType
? Thanks.