Module yew::scheduler[][src]

Expand description

This module contains a scheduler.

Traits

A routine which could be run.

Functions

Push a generic Runnable to be executed

Type Definitions

Alias for Rc<RefCell>