Uses of Class
org.burningwave.core.concurrent.Synchronizer.Mutex
Packages that use Synchronizer.Mutex
-
Uses of Synchronizer.Mutex in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent that return Synchronizer.MutexMethod parameters in org.burningwave.core.concurrent with type arguments of type Synchronizer.MutexModifier and TypeMethodDescription<E extends Throwable>
voidSynchronizer.execute(String id, Consumer<Synchronizer.Mutex> executable) <E extends Throwable>
voidSynchronizer.executeThrower(String id, ThrowingConsumer<Synchronizer.Mutex, E> executable) <T,E extends Throwable>
TSynchronizer.executeThrower(String id, ThrowingFunction<Synchronizer.Mutex, T, E> executable)