commmon: Document the executor module
parent
12bf0f53a8
commit
50d7e09347
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue