You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distributed leader election for .NET on HashiCorp Consul. Leases carry a fencing token and signal loss through a CancellationToken — because a distributed lock alone does not give you mutual exclusion.
Distributed process supervisor and coordination wrapper (leader election, semaphores, cron) built on etcd v3 for zero-dependency Linux process orchestration.
Interactive demo for FencedLease: watch a suspended iOS process resume and get fenced out by the peer that took over. Consumes the library as a remote Swift package.
Idempotent Stripe fulfilment: leased, fenced order claims that survive retries, crashes and concurrent webhook deliveries. 59 tests, no network needed.
Generic idempotency for Node.js — execute any operation exactly once per key, with pluggable storage, explicit concurrency semantics, and first-class observability.