/** * SMI-6529 round 8: real processes contending for one fan-out destination * lock. Before the fix, a holder that released between a waiter's failed * create and its claim read was reported as an unparseable lock, which the * waiter treated as fatal: 1-4% of operations failed at once. Every round * must now succeed, and the shared counter proves no two holders overlapped. * The deterministic version of the race is owned-lock.test.ts's * "non-waiting callers" item 1; this test catches regressions it can't see. */ export {}; //# sourceMappingURL=fan-out-lock-contention.test.d.ts.map