class ConstantTicker
<init> |
ConstantTicker(scope: CoroutineScope, targetTickRate: Long, clock: Clock, logger: KLogger? = null, exceptionHandler: ((Throwable) -> Unit)? = null, autoStart: Boolean = false, onTick: suspend () -> Unit) |
start |
fun start(): Unit |
stop |
fun stop(): Unit |