Expand description
This module contains a scheduler.
Traits§
- Runnable
- A routine which could be run.
Functions§
- flush
( test) and not (WebAssembly and non-WASI and non-not_browser_env) - Flush all pending scheduler work, ensuring all rendering and lifecycle callbacks complete.
- push
- Push a generic Runnable to be executed
Type Aliases§
- Shared
- Alias for
Rc<RefCell<T>>