Package: effect
Module: Schedule
A schedule that executes only once and then stops.
Details
This schedule triggers a single execution and then terminates. It does not repeat or apply any additional logic.
Signature
declare const once: Schedule<void, unknown, never>
Since v2.0.0