ConflatedJob

Job util class that will cancel the previous job if a new one is set.

Assign the new job with the += operator.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
suspend fun join()
Link copied to clipboard
operator fun plusAssign(newJob: Job)
Link copied to clipboard
fun start()