[][src]Trait boomerang::Reactor

pub trait Reactor {
    fn start_time_step(&self);
fn start_timers<S: Sched>(&self, sched: &mut S); }

Required methods

fn start_time_step(&self)

Invoke code that must execute before starting a new logical time round, such as initializing outputs to be absent.

fn start_timers<S: Sched>(&self, sched: &mut S)

Loading content...

Implementors

Loading content...