[][src]Trait dynpool::SettableSystem

pub trait SettableSystem: System {
    fn set_scale(&self, scale: Scale);
}

Implementors of this trait are systems with a stored scale.

Required methods

fn set_scale(&self, scale: Scale)

Change the number of active and inactive threads in the system, or shut the system down.

Loading content...

Implementors

Loading content...