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

Function concurrencyIsSequential

repos/effect/packages/effect/src/Channel.ts:1843–1845  ·  view source on GitHub ↗
(
  concurrency: number | "unbounded" | undefined
)

Source from the content-addressed store, hash-verified

1841 )
1842 })
1843 return Effect.as(
1844 Scope.addFinalizer(
1845 options.scope,
1846 options.releaseLockOnEnd
1847 ? Effect.sync(() => reader.releaseLock())
1848 : Effect.promise(() => reader.cancel().catch(constVoid))

Callers 1

Channel.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…