Skip to main content
This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module scheduler

Module scheduler 

Source
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>>