Skip to content

RunnableTask

Carlyle-Lee edited this page May 12, 2020 · 1 revision

Used to post a runnable into TM.

 private void handleRunnable(Runnable runnable) {
        new RunnableTask(runnable).postAsync();
    }
Clone this wiki locally