Expand description

Futures support for reactive scopes.

Functions

If running on wasm32 target, does nothing. Otherwise creates a new tokio::task::LocalSet scope.

Spawns a !Send future on the current scope. If the scope is destroyed before the future is completed, it is aborted immediately. This ensures that it is impossible to access any values referencing the scope after they are destroyed.