Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ join
Function
join
packages/effect/src/FiberMap.ts:642–643 ·
view source on GitHub ↗
(self: FiberMap<K, A, E>)
Source
from the content-addressed store, hash-verified
640
* ```
641
*/
642
export
const
join = <K, A, E>(self: FiberMap<K, A, E>): Effect.Effect<void, E> =>
643
Deferred.
await
(self.deferred as Deferred.Deferred<void, E>)
644
645
/**
646
* Wait
for
the FiberMap to be empty.
Callers
nothing calls this directly
Calls
1
await
Method · 0.45
Tested by
no test coverage detected