ConstantTicker(scope: CoroutineScope, targetTickRate: Long, clock: Clock, logger: KLogger? = null, exceptionHandler: ((Throwable) -> Unit)? = null, autoStart: Boolean = false, onTick: suspend () -> Unit, onSlowTick: suspend () -> Unit = {})