IProcessingQueue

Created by dodo on 13/11/14.

Inheritors

Functions

Link copied to clipboard
@Nullable
abstract fun getHandler(): Handler
Link copied to clipboard
abstract fun postJob(@NonNull run: Runnable)
Link copied to clipboard
abstract fun postJobDelayed(@NonNull r: Runnable, delay: Long)
Link copied to clipboard
abstract fun postShutdownJob()
Link copied to clipboard
abstract fun waitForShutdown(maxWaitTime: Long)