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

Function emit

packages/platform/src/internal/worker.ts:444–446  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

442 port,
443 scope,
444 emit(data) {
445 FiberSet.unsafeAdd(fiberSet, runFork(handler(data)))
446 },
447 deferred: fiberSet.deferred as any
448 })
449 if (buffer.length > 0) {

Callers

nothing calls this directly

Calls 2

runForkFunction · 0.50
handlerFunction · 0.50

Tested by

no test coverage detected