Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class DispatchQueueWorkRunner(dispatchQueue: <Error class: unknown class>) : WorkRunner
Link copied to clipboard

A WorkRunner implementation that is backed by an ExecutorService.

A WorkRunner implementation that is backed by an ExecutorService.

Link copied to clipboard

A WorkRunner that immediately invokes the Runnable you post on the thread you posted from.

Link copied to clipboard
Link copied to clipboard
actual typealias Runnable = java.lang.Runnable
expect interface Runnable
actual interface Runnable
actual typealias Runnable = java.lang.Runnable
actual interface Runnable
Link copied to clipboard

Interface for posting runnables to be executed using different scheduling mechanisms.

Link copied to clipboard
expect object WorkRunners

Interface for posting runnables to be executed on a thread. The runnables must all be executed on the same thread for a given WorkRunner.

actual object WorkRunners

Interface for posting runnables to be executed on a thread. The runnables must all be executed on the same thread for a given WorkRunner.

actual object WorkRunners
actual object WorkRunners

Functions

Link copied to clipboard
fun WorkRunners.fromDispatchQueue(dispatchQueue: <Error class: unknown class>): WorkRunner
Link copied to clipboard
Link copied to clipboard