Crate futures_utils_wasm
source ·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 aSend
bound on non-wasm targets.
Type Aliases§
- BoxFuture
alloc
Type alias for a pin-boxed future, with aSend
bound on non-wasm targets.