RefCount

colibri.Cancelable.RefCount
class RefCount(subscription: () => Cancelable) extends Cancelable

Attributes

Graph
Supertypes
trait Cancelable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isEmpty(): Boolean
def ref(): Cancelable
def unsafeCancel(): Unit
def unsafeFreeze(): Unit

Inherited methods

final def cancelF[F[_] : Sync]: F[Unit]

Attributes

Inherited from:
Cancelable
final def cancelIO: IO[Unit]

Attributes

Inherited from:
Cancelable
final def cancelSyncIO: SyncIO[Unit]

Attributes

Inherited from:
Cancelable