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/FiberSet.ts:477–478 ·
view source on GitHub ↗
(self: FiberSet<A, E>)
Source
from the content-addressed store, hash-verified
475
* ```
476
*/
477
export
const
join = <A, E>(self: FiberSet<A, E>): Effect.Effect<void, E> =>
478
Deferred.
await
(self.deferred as Deferred.Deferred<void, E>)
479
480
/**
481
* Wait until the fiber set is empty.
Callers
nothing calls this directly
Calls
1
await
Method · 0.45
Tested by
no test coverage detected