Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ fiberJoin
Function
fiberJoin
packages/effect/src/Micro.ts:618–618 ·
view source on GitHub ↗
(self: MicroFiber<A, E>)
Source
from the content-addressed store, hash-verified
616
* @category MicroFiber
617
*/
618
export
const
fiberJoin = <A, E>(self: MicroFiber<A, E>): Micro<A, E> => flatten(fiberAwait(self))
619
620
/**
621
* @since 3.11.0
Callers
nothing calls this directly
Calls
2
fiberAwait
Function · 0.85
flatten
Function · 0.70
Tested by
no test coverage detected