Parallel Scan LeftIntroduces parallel scan left in Scala, covering its properties, sequential solutions, and efficient parallel computation techniques.
Readers-writer LockIntroduces the readers-writer lock for handling concurrency in scenarios with frequent reads and occasional updates.
Readers Writer's LockCovers the concept of Readers Writer's lock and its synchronization between readers and writers using atomic variables.
Synchronization PrimitivesExplores the design of synchronization primitives and concurrent data structures using atomic instructions.
Java Memory ModelCovers synchronized semantics in Java, comparing it to the volatile keyword.
Testing Actor SystemsExplores testing actor systems, including verifying observable effects and interacting with parent actors.