postAndReply
open fun <T> postAndReply(callable: Callable<T>, reply: SelfDestructiveThread.ReplyCallback<T>)(source)
Execute the specific callable object on this thread and call the reply callback on the calling thread once it finishes.