Enum asynchronous::Emit [] [src]

pub enum Emit<Ev> {
    Event(Ev),
    Continue,
    Stop,
}

Enum representing type of Emit in loops

Variants

Generates a new event

Continues the loop

Stops the loop