Module future

Source
Expand description

Some future utilities that work across environments. 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.