WorkRunners

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun WorkRunners.fromDispatchQueue(dispatchQueue: dispatch_queue_t): WorkRunner
Link copied to clipboard
Link copied to clipboard
expect fun immediate(): WorkRunner
actual fun immediate(): WorkRunner
actual fun immediate(): WorkRunner
Link copied to clipboard
fun WorkRunners.mainDispatchQueue(): WorkRunner
Link copied to clipboard
fun nativeWorker(name: String? = null, errorReporting: Boolean = true): WorkRunner
Link copied to clipboard