MCPcopy Create free account
hub / github.com/effect-app/libs / loop

Function loop

repos/effect/packages/effect/src/Channel.ts:6425–6428  ·  view source on GitHub ↗
(chunk: Arr.NonEmptyReadonlyArray<string>)

Source from the content-addressed store, hash-verified

6423 )
6424 yield* runSide("left", left, Scope.forkUnsafe(forkedScope))
6425 yield* runSide("right", right, Scope.forkUnsafe(forkedScope))
6426 return Queue.take(queue)
6427 })))
6428
6429/**
6430 * Runs an effect concurrently with a channel while emitting only the channel's
6431 * output elements.

Callers 6

takeAllFunction · 0.70
flattenArrayFunction · 0.70
Channel.tsFile · 0.70
releaseFunction · 0.70
paginateFunction · 0.70
Stream.tsFile · 0.70

Calls 2

splitLinesArrayFunction · 0.85
succeedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…