MCPcopy Create free account
hub / github.com/effect-app/libs / sync

Function sync

repos/effect/packages/effect/src/Stream.ts:876–876  ·  view source on GitHub ↗
(evaluate: LazyArg<A>)

Source from the content-addressed store, hash-verified

874 * const stream = Stream.failCauseSync(() =>
875 * Cause.fail("Connection timeout after retries")
876 * )
877 *
878 * await Effect.runPromise(Stream.runCollect(stream).pipe(Effect.exit)) // => Exit.fail("Connection timeout after retries")
879 * ```

Callers

nothing calls this directly

Calls 4

syncMethod · 0.80
fromChannelFunction · 0.70
evaluateFunction · 0.70
ofMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…