Cancelable

open class Cancelable

Allows to cancel the associated asynchronous operation The associated asynchronous operation is not automatically canceled if this object goes out of scope.

Functions

cancel
Link copied to clipboard
open fun cancel()
Cancels the associated asynchronous operation If the associated asynchronous operation has already finished, this call is ignored.