Uses of Class
de.grogra.util.Lockable.DeadLockException
-
Uses of Lockable.DeadLockException in de.grogra.graph
Modifier and TypeMethodDescriptionvoid
GraphBase.executeForcedly
(LockProtectedRunnable task, boolean write) -
Uses of Lockable.DeadLockException in de.grogra.util
Modifier and TypeMethodDescriptionvoid
Lockable.executeForcedly
(LockProtectedRunnable task, boolean write) Synchronously executes atask
such that it possesses a lock on thisLockable
.void
LockableImpl.executeForcedly
(LockProtectedRunnable task, boolean write)