Process

Type Alias Process 

Source
pub type Process<T> = dyn Coroutine<SimContext<T>, Yield = T, Return = ()> + Unpin;
Expand description

The type of each Process coroutine