Expand description

§futures-utils-wasm

A very simple crate for future-related utilities to abstract the differences between wasm and non-wasm futures, namely the Send bound.

Macros§

  • Macro that return an impl Future type, with a Send bound on non-wasm targets.

Type Aliases§

  • Type alias for a pin-boxed future, with a Send bound on non-wasm targets.