Optional
Wake on the next emit of name; resume with the emit data. Pass an explicit type parameter (yield* bus.until<string>("msg")) to type the payload at the call site.
name
yield* bus.until<string>("msg")
Wake on the next emit of
name; resume with the emit data. Pass an explicit type parameter (yield* bus.until<string>("msg")) to type the payload at the call site.