tokio-rs / doc-push

Tokio doc blitz effort - A concerted effort to improve Tokio's documentation.
MIT License
50 stars 7 forks source link

Additional emphasis on boxed futures and Send #87

Closed carllerche closed 6 years ago

carllerche commented 6 years ago

There is a new "returning futures" section here: https://tokio.rs/docs/futures/combinators/#returning-futures

The Send issue with boxed futures causes confusion. See #670. The docs should call this hazard out.

jeff-hiner commented 6 years ago

https://github.com/tokio-rs/website/pull/247

carllerche commented 6 years ago

Thanks for doing this ❤️