Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ sync
Function
sync
packages/effect/src/Sink.ts:570–570 ·
view source on GitHub ↗
(a: LazyArg<A>)
Source
from the content-addressed store, hash-verified
568
* @since 2.0.0
569
*/
570
export
const
sync = <A>(a: LazyArg<A>): Sink<A> => fromEffect(Effect.sync(a))
571
572
/**
573
* A sink that is created from a lazily evaluated sink.
Callers
9
awaitPendingTransaction
Function · 0.70
fiberAwait
Function · 0.50
fiberAwaitAll
Function · 0.50
fiberJoin
Function · 0.50
fiberJoinAll
Function · 0.50
effect.ts
File · 0.50
Latch
Class · 0.50
ClockImpl
Class · 0.50
sleepMillis
Method · 0.50
Calls
2
fromEffect
Function · 0.70
sync
Method · 0.45
Tested by
no test coverage detected