Epoch
Implements epoch-based reclamation.
Represents an object which lifetime is controlled by Epoch internal Garbage Collector.
Encapsulates actions deferred previously by Defer method and its overloads.
Represents a scope of the region of code protected by the epoch.
public Epoch()
Enters the current epoch, but doesn't execute any deferred actions.
Enters the current epoch, and optionally executes a deferred actions.
Enters the current epoch, and optionally executes a deferred actions.
Invokes all deferred actions across all epochs.
Enters the current epoch, and optionally executes a deferred actions.