| Interface | Description |
|---|---|
| IExecutorServiceFactory |
Factory for creating
ExecutorService instances. |
| Class | Description |
|---|---|
| ExtendedDefaultThreadFactory |
Based on a DefaultThreadFactory somewhere in the Sun JDK but with the ability
to change the name of the thread slightly :)
|
| ManagedExecutorService |
Wrapper around an
ExecutorService with additional helper methods. |
| NonReentrantLock |
Non reentrant lock.
|
| SimpleLock |
This is an extension around
ReentrantLock that allows for easy usage
with Java 8 :) See SimpleLock.locked(Runnable) and SimpleLock.locked(Runnable)
method. |
| SimpleReadWriteLock |
This is an extension around
ReentrantReadWriteLock that allows for
easy usage with Java 8 :) See SimpleReadWriteLock.readLocked(Runnable) and
SimpleReadWriteLock.writeLocked(Runnable) method. |
Copyright © 2014–2016 Philip Helger. All rights reserved.