MCPcopy Create free account
hub / github.com/Effect-TS/effect / step

Function step

packages/effect/src/Queue.ts:1279–1283  ·  view source on GitHub ↗
(items: Arr.NonEmptyArray<A>)

Source from the content-addressed store, hash-verified

1277 while: constTrue,
1278 body: constant(takeAll(self)),
1279 step(items: Arr.NonEmptyArray<A>) {
1280 for (let i = 0; i < items.length; i++) {
1281 out.push(items[i])
1282 }
1283 }
1284 }),
1285 () => internalEffect.void
1286 ),

Callers 10

toStepWithMetadataFunction · 0.70
toStepWithSleepFunction · 0.70
Schedule.tsFile · 0.70
maxFunction · 0.70
minFunction · 0.70
passthroughFunction · 0.70
fromScheduleFunction · 0.70
Channel.tsFile · 0.70
Schedule.test.tsFile · 0.50
runDelaysFunction · 0.50

Calls 1

pushMethod · 0.80

Tested by 1

runDelaysFunction · 0.40