Content deleted Content added
→External links: better external links |
m →Basic principles: links to blocking/non-blocking |
||
Line 50:
The type of liveness requirements tend to define the data structure.
The [[method (computer science)|method]] calls can be
restricted to one type or the other, and can allow combinations
where some method calls are blocking and others are non-blocking
Line 75 ⟶ 74:
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 reached achieved in a blocking manner by using [[Spinlock|locks]], or without locks, in which case it is [[
of theory on the design of concurrent data structures (see
bibliographical references).
|