rememberInterval

fun rememberInterval(options: IntervalOptions = defaultOption(), block: () -> Unit): Triple<() -> Unit, () -> Unit, IsActive>
fun rememberInterval(options: IntervalOptions = defaultOption(), ready: Boolean, block: () -> Unit)