Struct periodic::Planner[][src]

pub struct Planner { /* fields omitted */ }

Schedules callbacks to be called at specified times

Methods

impl Planner
[src]

Add a callback to be called at the times specified

Start running added callbacks

Auto Trait Implementations

impl Send for Planner

impl Sync for Planner