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

Method resume

packages/effect/src/internal/fiberRuntime.ts:353–355  ·  view source on GitHub ↗

* Begins execution of the effect associated with this fiber on in the * background. This can be called to "kick off" execution of a fiber after * it has been created.

(effect: Effect.Effect<A, E, any>)

Source from the content-addressed store, hash-verified

351 * it has been created.
352 */
353 resume<A, E>(effect: Effect.Effect<A, E, any>): void {
354 this.tell(FiberMessage.resume(effect))
355 }
356
357 /**
358 * The status of the fiber.

Callers 15

RpcClient.tsFile · 0.80
writeFunction · 0.80
releaseUnsafeFunction · 0.80
MailboxImplClass · 0.80
releaseCapacityMethod · 0.80
evaluateEffectMethod · 0.80
startMethod · 0.80
startForkMethod · 0.80
callbackMethod · 0.80
runFiberFunction · 0.80
unsafeForkFunction · 0.80
runtime.tsFile · 0.80

Calls 1

tellMethod · 0.95

Tested by

no test coverage detected