Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Channel.ts
File
Channel.ts
repos/effect/packages/effect/src/Channel.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Provides low-level building blocks
for
streaming data through Effect.
3
*
4
* A `Channel` can read input elements, write output elements, fail with a typed
Callers
nothing calls this directly
Calls
15
addSpanStackTrace
Function · 0.90
constant
Function · 0.90
isChannel
Function · 0.85
concurrencyIsSequential
Function · 0.85
mapEffectSequential
Function · 0.85
mapEffectConcurrent
Function · 0.85
toTransform
Function · 0.85
flatMapSequential
Function · 0.85
flatMapConcurrent
Function · 0.85
predicate
Function · 0.85
initial
Function · 0.85
orElse
Function · 0.85
Tested by
no test coverage detected