CloseableExecutor

interface CloseableExecutor : Executor, AutoCloseable

An Executor that can be safely released by calling AutoCloseable.close method.

Functions

close
Link copied to clipboard
abstract fun close()
execute
Link copied to clipboard
abstract fun execute(p0: Runnable)

Inheritors

HandlerExecutor
Link copied to clipboard
RealmExecutor
Link copied to clipboard