Executors

class Executors

Generic Executor implementations.

Functions

Link copied to clipboard
open fun directExecutor(): Executor
Immediately calls run on the current thread.
Link copied to clipboard
open fun mainThreadExecutor(): Executor
Posts executions to the main thread.
Link copied to clipboard
open fun shutdownAndAwaitTermination(pool: ExecutorService)