зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
10 строки
381 B
Plaintext
10 строки
381 B
Plaintext
2023
|
|
https://questdb.io/blog/concurrent-lockfree-datastructure-design-walkthrough/
|
|
|
|
https://stackoverflow.com/questions/6965731/are-locks-autocloseable
|
|
|
|
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/locks/ReentrantLock.html
|
|
... like synchronized methods and statements, but with extended capabilities.
|
|
if (!tryLock())
|
|
throw ...
|