Struct coarsetime::Updater [] [src]

pub struct Updater { /* fields omitted */ }

A service to periodically call Instant::update()

Methods

impl Updater
[src]

Spawns a background task to call Instant::update() periodically

Stops the periodic updates

Creates a new Updater with the specified update period, in milliseconds.