effect-io-ai

Package: effect
Module: Schedule

Schedule.once

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>

Source

Since v2.0.0