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§
- impl_
future Non-WebAssembly - Macro that return an
impl Futuretype, with aSendbound on non-wasm targets.
Type Aliases§
- BoxFuture
alloc - Type alias for a pin-boxed future, with a
Sendbound on non-wasm targets.