mz_service::local

Trait Activatable

Source
pub trait Activatable: Debug + Send {
    // Required method
    fn activate(&self);
}
Expand description

A trait for types that can be used to activate threads.

Required Methods§

Source

fn activate(&self)

Implementations on Foreign Types§

Source§

impl Activatable for SyncActivator

Source§

impl Activatable for Thread

Implementors§