Companion

object Companion

Factory for obtaining the default Cancelable implementation.

Calling Cancelable() creates a new CancelableImpl instance. This avoids exposing internal implementation details to API users.

Functions

Link copied to clipboard
@JvmName(name = "create")
operator fun invoke(): Cancelable

Creates a new Cancelable using the default internal implementation.