callOnQueue

open override fun <T> callOnQueue(callable: Callable<T>): Future<T>

Runs the given Callable 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.