commmon: Document the executor module

This commit is contained in:
Damir Jelić 2021-03-23 11:33:14 +01:00
parent 12bf0f53a8
commit 50d7e09347

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,