* 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)
| 80 | /** |
| 81 | * Returns the current Unix time in nanoseconds unsafely. |
| 82 | * |
| 83 | * **When to use** |
| 84 | * |
| 85 | * Use to read a wall-clock timestamp synchronously when you already have a |
no outgoing calls