Closed carllerche closed 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.
Send
https://github.com/tokio-rs/website/pull/247
Thanks for doing this ❤️
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.