-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issues Type
- Feature request
Description
Implement Double-checked locking
Reduce the overhead of acquiring a lock by first testing the locking criterion (the 'lock hint') in an unsafe manner; only if that succeeds does the actual locking logic proceed.
__ Warning __
Can be unsafe when implemented in some language/hardware combinations. It can therefore sometimes be considered an anti-pattern.
Metadata
Metadata
Assignees
Labels
No labels