ImangazalievM / JavaConcurrencyDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Java concurrency/multithreading visualizations implemented using Compose Desktop.

  • Executors
  • Fork/Join Pool
  • Synchronization:
    • Synchronized
    • CountDownLatch
    • Semaphore
    • Exchanger
    • CyclicBarrier
    • ReentrantLock
    • Phaser
  • ThreadLocal
  • Synchronized Collections

Relevant Resources

Русский (Russian)

Repositories

Recommended books

  • Java Concurrency in Practice by Brian Goetz, Tim Peierls, etc.

Articles

About


Languages

Language:Kotlin 100.0%