MCPcopy
hub / github.com/Effect-TS/effect / resume

Function resume

packages/effect/src/internal/fiberMessage.ts:74–77  ·  view source on GitHub ↗
(effect: Effect.Effect<any, any, any>)

Source from the content-addressed store, hash-verified

72
73/** @internal */
74export const resume = (effect: Effect.Effect<any, any, any>): FiberMessage => ({
75 _tag: OP_RESUME,
76 effect
77})
78
79/** @internal */
80export const yieldNow = (): FiberMessage => ({

Callers 14

MailboxImplClass · 0.70
offerRemainingSingleMethod · 0.70
offerRemainingArrayMethod · 0.70
sleepMethod · 0.70
cbMethod · 0.70
["Micro"]Method · 0.70
nextFunction · 0.70
raceAllFunction · 0.70
async_Function · 0.70
core.tsFile · 0.70
deferredAwaitFunction · 0.70
observerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…