commmon: Document the executor module

master
Damir Jelić 2021-03-23 11:33:14 +01:00
parent 12bf0f53a8
commit 50d7e09347
1 changed files with 2 additions and 0 deletions

View File

@ -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,