()
| 274 | |
| 275 | /** |
| 276 | * Creates a Schedule from a step function that receives metadata about the schedule's execution. |
| 277 | * |
| 278 | * **Example** (Creating a metadata-aware schedule) |
| 279 | * |
| 280 | * ```ts import.meta.vitest |
| 281 | * import { Cause, Duration, Effect, Schedule } from "effect" |
nothing calls this directly
no test coverage detected
searching dependent graphs…