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

Module time

Expand description

Utilities for bridging time and tasks.

Functionsยง

interval
Creates a Stream that yields an item after every period has elapsed.
sleep
Waits until duration has elapsed.