rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
DisposedMarker
rx
disposable
Undocumented in source.
package final
class
DisposedMarker :
Cancelable
{
bool
isDisposed
();
void
dispose
();
static
Cancelable
instance
();
}
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
isDisposed
bool
isDisposed
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
instance
Cancelable
instance
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Cancelable
isDisposed
bool
isDisposed
()
Meta
Source
See Implementation
rx
disposable
classes
AnonymousDisposable
CancelableObject
CancellationToken
CompositeDisposable
DisposableObject
DisposedMarker
NopDisposable
RefCountDisposable
SerialDisposable
SignalDisposable
SingleAssignmentDisposable
functions
atomicDispose
disposableObject
tryDispose
interfaces
Cancelable
Disposable
templates
isCancelable
isDisposable
withDisposed