Package org.kiwiproject.concurrent
-
Class Summary Class Description Async Static utilities that work withCompletableFutureand can make testing easier by permitting selective (e.g.StripedLock StripedLockprovides simple lambdas for encapsulating a block of code with a read/write lock.TryLocker Utility that aids in usingLock.tryLock(long, TimeUnit). -
Enum Summary Enum Description Async.Mode TheAsync.Mode.ENABLEDmode enables asynchronous behavior, which is the default behavior. -
Exception Summary Exception Description AsyncException A subclassRuntimeExceptionused to indicate problems in asynchronous code.