MCPcopy Index your code
hub / github.com/Effect-TS/effect / yieldWith

Method yieldWith

packages/effect/src/Micro.ts:584–587  ·  view source on GitHub ↗
(value: MicroExit<any, any> | (() => void))

Source from the content-addressed store, hash-verified

582 // cancel the yielded operation, or for the yielded exit value
583 _yielded: MicroExit<any, any> | (() => void) | undefined = undefined
584 yieldWith(value: MicroExit<any, any> | (() => void)): Yield {
585 this._yielded = value
586 return Yield
587 }
588
589 children(): Set<MicroFiber<any, any>> {
590 return this._children ??= new Set()

Callers 1

evalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected