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

Method sleep

repos/effect/packages/effect/src/internal/effect.ts:5810–5818  ·  view source on GitHub ↗
(duration: Duration.Duration)

Source from the content-addressed store, hash-verified

5808
5809/** @internal */
5810export const spanLinks: Effect.Effect<ReadonlyArray<Tracer.SpanLink>> = TracerSpanLinks
5811
5812/** @internal */
5813export const linkSpans: {
5814 (
5815 span: Tracer.AnySpan | ReadonlyArray<Tracer.AnySpan>,
5816 attributes?: Record<string, unknown>
5817 ): <A, E, R>(self: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
5818 <A, E, R>(
5819 self: Effect.Effect<A, E, R>,
5820 span: Tracer.AnySpan | ReadonlyArray<Tracer.AnySpan>,
5821 attributes?: Record<string, unknown>

Callers

nothing calls this directly

Calls 3

callbackFunction · 0.70
resumeFunction · 0.50
syncFunction · 0.50

Tested by

no test coverage detected