parent
12060f823f
commit
d95889aca9
3 changed files with 18 additions and 3 deletions
|
|
@ -16,3 +16,7 @@ impl crate::Executor for Executor {
|
|||
#[cfg(target_arch = "wasm32")]
|
||||
fn spawn(&self, _future: impl Future<Output = ()> + 'static) {}
|
||||
}
|
||||
|
||||
pub mod time {
|
||||
//! Listen and react to time.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue