Enum minion::LoopState [] [src]

pub enum LoopState {
    Continue,
    Break,
}

Indicate whether main service loop should continue accepting new work.

Variants

Accept more work.

Stop accepting work and return.

Trait Implementations

Auto Trait Implementations

impl Send for LoopState

impl Sync for LoopState