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 - Macro that return an
impl Future
type, with aSend
bound on non-wasm targets.
Type Aliases§
- BoxFuture
alloc
- Type alias for a pin-boxed future, with a
Send
bound on non-wasm targets.