Understanding Java AbstractQueuedSynchronizer
· One min read
AbstractQueuedSynchronizer (AQS) is the framework behind many Java concurrency utilities, including locks, semaphores, latches, and read-write synchronization.
AbstractQueuedSynchronizer (AQS) is the framework behind many Java concurrency utilities, including locks, semaphores, latches, and read-write synchronization.