Message Queue Thread Impl
Encapsulates a Thread that has a Looper running on it that can accept Runnables.
Properties
Functions
Asserts isOnThread, throwing a AssertionException (NOT an AssertionError) if the assertion fails.
Returns the perf counters taken when the framework was started. This method is intended to be used for instrumentation purposes.
Quits this queue's Looper. If that Looper was running on a different Thread than the current Thread, also waits for the last message being processed to finish and the Thread to die.
Resets the perf counters. This is useful if the RN threads are being re-used. This method is intended to be used for instrumentation purposes.
Runs the given Runnable on this Thread. It will be submitted to the end of the event queue even if it is being submitted from the same queue Thread.