quitSynchronous

abstract fun quitSynchronous()

Quits this MessageQueueThread. If called from this MessageQueueThread, this will be the last thing the thread runs. If called from a separate thread, this will block until the thread can be quit and joined.