Sleep

data class Sleep(val wakeUpAfter: Instant) : FlowIORequest<Unit>

Suspend the flow until the specified time.

Constructors

Link copied to clipboard
constructor(wakeUpAfter: Instant)

Properties

Link copied to clipboard

the time to sleep until.