Module yew::services::interval [] [src]

This module contains the implementation of a service for periodic sending messages to a loop.

Structs

IntervalHandle

A handle which helps to cancel interval. Uses clearInterval.

Traits

IntervalService

An abstract service to send messages on every elapsed interval.