static fun createHandler(looper: Looper!, async: Boolean): Handler!
Create a Handler with the given Looper
async - Boolean: If true the Handler will calls Message#setAsynchronous(boolean) for each Message that is sent to it or Runnable that is posted to it.