Concurrent sequence class used for tracking the progress of the ring buffer and event processors. Support a number of concurrent operations including CAS and order writes.
Also attempts to be more efficient with regards to false sharing by adding padding around the volatile field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|