Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
newBackgroundWorker
Link copied to clipboard

Creates and returns a new background worker.

common
fun newBackgroundWorker(): Worker
ios
fun newBackgroundWorker(): Worker
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

current
Link copied to clipboard

Returns the current worker which invoked this getter.

val current: Worker
val current: Worker
main
Link copied to clipboard

Returns the worker backed by the main thread.

val main: Worker
val main: Worker