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

Method id

packages/effect/src/Fiber.ts:69–69  ·  view source on GitHub ↗

* The identity of the fiber.

()

Source from the content-addressed store, hash-verified

67 * The identity of the fiber.
68 */
69 id(): FiberId.FiberId
70
71 /**
72 * Awaits the fiber, which suspends the awaiting fiber until the result of the

Callers 15

runtime.tsFile · 0.65
onSigintFunction · 0.65
HttpServer.test.tsFile · 0.65
runRawFunction · 0.65
workerRunner.tsFile · 0.65
RpcServer.tsFile · 0.65
resumeFunction · 0.65
Fiber.test.tsFile · 0.65
LayerMap.tsFile · 0.65
makeFunction · 0.65
clearFunction · 0.65
makeFunction · 0.65

Implementers 1

FiberRuntimepackages/effect/src/internal/fiberRunt

Calls

no outgoing calls

Tested by

no test coverage detected