Skip to content

elogunov/java-blocking-non-blocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The module contains show case classes for blocking/non-blocking concurrency algorithms:

  • syncronized resource access. Provides blocking access with ability to wait for the next value.
  • resource access using AtomicReference. Provides non-blocking access, but without ability to wait for the new value
  • resource access using AbstractQueuedSynchronizer. Provides non-blocking access with ability to wait for the next value

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages