Skip to main content

Module epoch

Module epoch 

Source

Structs§

EpochFailure
Epoch + error for the Err path so retries can re-kick the task.
EpochManager
Manager for Epoch specific rules and actions.

Enums§

EpochManagerError
EpochRootResult

Type Aliases§

TaskOutput 🔒
Output of a spawned DRB task. The leading EpochNumber tags the task with the epoch it was working on so EpochManager::next can update dedup state correctly even on the Err path.