Expand description
Future utils with a compatible API for native, non-std and wasm environments.
Functionsยง
- block_
on - Block until the future is completed and returns the result.
- catch_
unwind - Tries to catch panics within the future.
Future utils with a compatible API for native, non-std and wasm environments.