Module matrix_sdk_common::executor
source · [−]Expand description
Abstraction over an executor so we can spawn tasks under WASM the same way we do usually.
Functions
Spawns a new asynchronous task, returning a
JoinHandle
for it.
Abstraction over an executor so we can spawn tasks under WASM the same way we do usually.
Spawns a new asynchronous task, returning a
JoinHandle
for it.