Add support for atomic counters for incrementing and decrementing values without extra reads, as well as conditional writes. Maybe find a way to attach a LINQ expression to an item that is being monitored for changes and convert that expression to a a Condition Expression (should be similar or identical to Filter Expressions).
Add support for atomic counters for incrementing and decrementing values without extra reads, as well as conditional writes. Maybe find a way to attach a LINQ expression to an item that is being monitored for changes and convert that expression to a a Condition Expression (should be similar or identical to Filter Expressions).