MCPcopy Create free account
hub / github.com/Effect-TS/effect / unsafeSchedule

Method unsafeSchedule

packages/effect/src/Clock.ts:73–73  ·  view source on GitHub ↗

* Unsafely schedules the specified task for the specified duration.

(task: Task, duration: Duration.Duration)

Source from the content-addressed store, hash-verified

71 * Unsafely schedules the specified task for the specified duration.
72 */
73 unsafeSchedule(task: Task, duration: Duration.Duration): CancelToken
74}
75
76/**

Callers 1

sleepMethod · 0.65

Implementers 1

Latchpackages/effect/src/internal/effect/ci

Calls

no outgoing calls

Tested by

no test coverage detected