You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should be feature-flagged so the futures dependency is optional.
I think a Sink impl may be harder than Stream, because the intrusive list approach means that Sender::send_ref cannot be directly polled. So, we may need to introduce some kind of PollSender type if we want to provide Sink...
The text was updated successfully, but these errors were encountered:
These should be feature-flagged so the
futures
dependency is optional.I think a
Sink
impl may be harder thanStream
, because the intrusive list approach means thatSender::send_ref
cannot be directly polled. So, we may need to introduce some kind ofPollSender
type if we want to provideSink
...The text was updated successfully, but these errors were encountered: