mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-01 04:28:01 -04:00
Mechanical move from tokio::spawn to matrix_sdk_common::executor::spawn that has support for Wasm platforms. On non-Wasm, this shim defaults to tokio::spawn.