RefCountBuilder

colibri.Cancelable.RefCountBuilder
class RefCountBuilder 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 unsafeAdd(subscription: () => Cancelable): Unit
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