LooperWorker

class LooperWorker(looper: Looper)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
execute
Link copied to clipboard
open fun <T, V> execute(jobInput: T, job: (T) -> V): <ERROR CLASS><V>
executeAndResume
Link copied to clipboard
open fun <T, V, W> executeAndResume(jobInput: T, job: (T) -> V, resumingWorker: <ERROR CLASS>, awaitResumingJob: Boolean, resumingJob: (V) -> W): <ERROR CLASS><V>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
terminate
Link copied to clipboard
open fun terminate(finishPendingTasks: Boolean): <ERROR CLASS><Unit>
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard
open val id: Long