Summer.Batch.Common.Util.AtomicTypes Namespace Reference

Classes

class  AtomicInteger
 An int value that may be updated atomically. An AtomicInteger is used in applications such as atomically incremented counters, and cannot be used as a replacement for an int. More...
 
interface  IAtomic
 Provide atomic access to an instance of T . More...