Expand description
Some future utilities that work across environments. Future utils with a compatible API for native, non-std and wasm environments.
Functionsยง
- Block until the future is completed and returns the result.
- Tries to catch panics within the future.