Module matrix_sdk_base::executor[][src]

Expand description

Abstraction over an executor so we can spawn tasks under WASM the same way we do usually.

Functions

spawn

Spawns a new asynchronous task, returning a JoinHandle for it.