mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-08-10 11:40:18 +02:00
Improved encapsulation of thread synchronisation as follows
- replaced use of Object instance mutex with a private final Lock object - replaced Object signaling with specific condition signalling
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
build
|
||||
.gradle
|
||||
.metadata
|
||||
*.tmp
|
||||
|
||||
Reference in New Issue
Block a user