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
seanmonstar opened this issue
Mar 9, 2019
· 0 comments
Labels
A-bodyArea: body streaming.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
While the 0.1 Sink interface is annoying to use, and I'd recommend using Sender's inherent poll_ready and send_data when using the concrete type, implementing Sink allows the use of combinators, like forward, and 0.3's compat layer.
The text was updated successfully, but these errors were encountered:
seanmonstar
added
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
C-feature
Category: feature. This is adding a new feature.
A-body
Area: body streaming.
labels
Mar 9, 2019
A-bodyArea: body streaming.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
While the 0.1
Sink
interface is annoying to use, and I'd recommend using Sender's inherentpoll_ready
andsend_data
when using the concrete type, implementingSink
allows the use of combinators, likeforward
, and 0.3's compat layer.The text was updated successfully, but these errors were encountered: