This is unreleased documentation for Yew Next version.
For up-to-date documentation, see
the latest version on docs.rs
.
☰
Module scheduler
Traits
Functions
Type Aliases
?
Module
yew
::
scheduler
source
·
[
−
]
Expand description
This module contains a scheduler.
Traits
Runnable
A routine which could be run.
Functions
push
Push a generic
Runnable
to be executed
Type Aliases
Shared
Alias for
Rc<RefCell<T>>