Struct coarsetime::Updater [] [src]

pub struct Updater { /* fields omitted */ }

A service to periodically call Instant::update()

Methods

impl Updater
[src]

[src]

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

[src]

Stops the periodic updates

[src]

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