static val AYSNC_MAIN_THREAD_HANDLER: Handler!
A Handler class that uses the main thread's Looper. Additionally, this handler calls Message#setAsynchronous(boolean) for each Message that is sent to it or Runnable that is posted to it
Message#setAsynchronous(boolean)
Message
Runnable