queueEvent

open fun queueEvent(runnable: Runnable)

May be called from any thread.

Schedules work to be performed on the MapRenderer thread.

Parameters

runnable

the runnable to execute