jonhoo / stream-cancel

A Rust library for interrupting asynchronous streams.
Apache License 2.0
156 stars 8 forks source link

Upgrade to tokio 0.3 #8

Closed jonhoo closed 4 years ago

jonhoo commented 4 years ago

The Box is a little unfortunate, but I don't know of a way to work around it without existential types (type_alias_impl_trait). Luckily it's a change that can happen eventually behind the scenes.

Replaces and closes #7.

jonhoo commented 4 years ago

/cc @benesch.

jonhoo commented 4 years ago

Released in 0.7 :tada: