Пример #1
0
 internal static void Increment(this AtomicLong adder, long value) =>
 adder.Modify((n, m) => n + m, value);