MapRendererScheduler

Can be used to schedule work on the map renderer thread or request a render.

Inheritors

Functions

Link copied to clipboard
abstract fun queueEvent(runnable: Runnable)
Link copied to clipboard
abstract fun requestRender()
Link copied to clipboard
abstract fun waitForEmpty()
abstract fun waitForEmpty(timeoutMillis: Long): Long