diff --git a/matrix_sdk_common/src/executor.rs b/matrix_sdk_common/src/executor.rs index 2d2cce52..b8e34f87 100644 --- a/matrix_sdk_common/src/executor.rs +++ b/matrix_sdk_common/src/executor.rs @@ -1,3 +1,5 @@ +//! Abstraction over an executor so we can spawn tasks under WASM the same way +//! we do usually. #[cfg(target_arch = "wasm32")] use std::{ pin::Pin,