The Power of RegistersCovers wait-free implementations of atomic objects, focusing on counters and snapshots, discussing key ideas for enforcing atomicity and wait-freedom.
Parallel Computation: TasksExplores parallel computation using tasks for concurrent execution and demonstrates their implementation in practice.