Cancelable

trait Cancelable

Type that can be canceled.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def cancel(): Unit

Attempt to cancel this Cancelable.

Attempt to cancel this Cancelable.

Cancellation is not guaranteed.