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

Method cb

packages/effect/src/internal/fiberRuntime.ts:453–453  ·  view source on GitHub ↗
(exit: Exit.Exit<A, E>)

Source from the content-addressed store, hash-verified

451 get await(): Effect.Effect<Exit.Exit<A, E>> {
452 return core.async((resume) => {
453 const cb = (exit: Exit.Exit<A, E>) => resume(core.succeed(exit))
454 if (this._exitValue !== null) {
455 cb(this._exitValue!)
456 return

Callers

nothing calls this directly

Calls 1

resumeFunction · 0.70

Tested by

no test coverage detected