[][src]Trait seal_rs::executors::execution_context::ExecutionContext

pub trait ExecutionContext {
    fn register_for_execution(&mut self, bid: i32, f: ExecutorTask);
fn run(&mut self); }

Required methods

fn register_for_execution(&mut self, bid: i32, f: ExecutorTask)

fn run(&mut self)

Loading content...

Implementors

impl ExecutionContext for DefaultDispatcher[src]

Loading content...