[][src]Trait kompact::Scheduler

pub trait Scheduler: Send + Sync {
    fn schedule(&self, c: Arc<dyn CoreContainer>);
fn shutdown_async(&self);
fn shutdown(&self) -> Result<(), String>;
fn box_clone(&self) -> Box<dyn Scheduler>;
fn poison(&self); }

Required methods

fn schedule(&self, c: Arc<dyn CoreContainer>)

fn shutdown_async(&self)

fn shutdown(&self) -> Result<(), String>

fn box_clone(&self) -> Box<dyn Scheduler>

fn poison(&self)

Loading content...

Implementors

Loading content...