Trait rocketmq_common::common::thread::Runnable

source ·
pub trait Runnable: Send + Sync + 'static {
    // Provided method
    fn run(&mut self) { ... }
}

Provided Methods§

source

fn run(&mut self)

Implementors§