kettle

Kotlin utilities for Quilt mod development


Project maintained by Cypher121 Hosted on GitHub Pages — Theme by mattgraham

//kettle/coffee.cypher.kettle.scheduler/TaskContext/rescheduleOn

rescheduleOn

[jvm]
suspend fun rescheduleOn(newScheduler: TickingScheduler<T>)

Suspends the task, removes it from the current scheduler, and registers it on the new scheduler, allowing it to resume when it ticks next.