kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/TaskContext/yield

yield

[jvm]
suspend fun yield()

Suspends the task if it has been running for longer than ExecutionConfiguration.yieldsAfterMs specified in its configuration.

Should be called often in long-running blocks to mitigate lag.