commmon: Document the executor module
This commit is contained in:
parent
12bf0f53a8
commit
50d7e09347
1 changed files with 2 additions and 0 deletions
|
@ -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")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
use std::{
|
use std::{
|
||||||
pin::Pin,
|
pin::Pin,
|
||||||
|
|
Loading…
Reference in a new issue