* Asynchronously sleeps for the specified duration. * * **When to use** * * Use to delay an `Effect` workflow by a duration through this `Clock` service.
(duration: Duration.Duration)
| 146 | * Use to delay an `Effect` workflow by a duration through this `Clock` service. |
| 147 | */ |
| 148 | sleep(duration: Duration.Duration): Effect<void> |
| 149 | } |
| 150 | |
| 151 | /** |
no outgoing calls