reusable-box-future 0.2.0

A reusable `Pin<Box<dyn Future<Output = T> + Send>>`
Documentation

reusable-box-future

license crates.io docs

A reusable Pin<Box<dyn Future<Output = T> + Send>>.

This lets you replace the future stored in the box without reallocating when the size and alignment permits it.

This code was extracted from tokio-util crate.

License

MIT