An object that can be waited on with yield *next(), by calling its "uneventful.next" method. (This mostly exists to allow Signals to optimize their next() implementation, but is also open for extensions.)
yield *next()
Return an async op to resume with the "next" (i.e. not current) value produced
An object that can be waited on with
yield *next()
, by calling its "uneventful.next" method. (This mostly exists to allow Signals to optimize their next() implementation, but is also open for extensions.)