Uses of Interface
com.cryptomorin.xseries.profiles.lock.KeyedLock
Packages that use KeyedLock
-
Uses of KeyedLock in com.cryptomorin.xseries.profiles.lock
Methods in com.cryptomorin.xseries.profiles.lock that return KeyedLockModifier and TypeMethodDescriptionThis method will return a finalized lock if the fetcher already has the value, which prevents the unnecessary synchronization and creation of locks, otherwise the associated key will be locked and the value can be retrieved again withgetOrRetryValue()after the lock was released by other threads.