Enum asynchronous::Emit
[−]
[src]
pub enum Emit<Ev> {
Event(Ev),
Continue,
Stop,
}Enum representing type of Emit in loops
Variants
Event(Ev)Generates a new event
ContinueContinues the loop
StopStops the loop