Class Epoch.Discardable
Represents an object which lifetime is controlled by Epoch internal Garbage Collector.
Implements
Inherited Members
Namespace: DotNext.Threading
Assembly: DotNext.dll
Syntax
public abstract class Epoch.Discardable : IThreadPoolWorkItem
Constructors
View SourceDiscardable()
Declaration
protected Discardable()
Methods
View SourceDiscard()
Automatically called by Epoch infrastructure to clean up resources associated with this object.
Declaration
protected abstract void Discard()