Empty

object Empty extends Cancelable
class Object
trait Matchable
class Any
Empty.type

Value members

Concrete methods

@inline
def unsafeCancel(): Unit

Inherited methods

final def cancelF[F[_] : Sync]: F[Unit]
Inherited from:
Cancelable
final def cancelIO: IO[Unit]
Inherited from:
Cancelable
final def cancelSyncIO: SyncIO[Unit]
Inherited from:
Cancelable

Deprecated and Inherited methods

@deprecated("Use unsafeCancel() instead", "0.2.7") @inline
final def cancel(): Unit
Deprecated
Inherited from:
Cancelable