Content deleted Content added
Line 67:
</ref>) specify the structures properties
sequentially, and map its concurrent executions to
a collection of sequential ones.
In order to guarantee the safety and liveness properties, concurrent
Line 77 ⟶ 76:
using special primitive synchronization operations (see [[Synchronization (computer science)#Process_synchronization|synchronization primitives]])
available on modern [[multiprocessing | multiprocessor machine]]s
that allow multiple threads to reach consensus. This consensus can be
of theory on the design of concurrent data structures (see
bibliographical references).
|