Skip to main content
Table of Contents

Namespace Stratara.Abstractions.Singleton

Interfaces

ISingletonWork

A unit of work that runs once per cluster, on a period: an outbox drain, a flush, a recovery sweep. The host registers an implementation and the execution model runs it in one place in the cluster, identified by Name, so no two hosts run it at the same time and no lock is needed to make that so. Two runs of the same work never overlap.