[][src]Type Definition genawaiter::rc::Co

type Co<Y, R = ()> = Co<Airlock<Y, R>>;

This object lets you yield values from the generator by calling the yield_ method.

"Co" can stand for either controller or coroutine, depending on how theoretical you are feeling.

See the module-level docs for examples.