| Interface | Description |
|---|---|
| IExecutorServiceFactory |
Factory for creating
ExecutorService instances. |
| Class | Description |
|---|---|
| AutoLock |
Small wrapper around
Lock interface to be used in a
try-with-resources statement, so that the unlock happened. |
| BasicThreadFactory |
An implementation of the
ThreadFactory interface that provides some
configuration options for the threads it creates. |
| BasicThreadFactory.Builder |
A builder class for creating instances of
BasicThreadFactory. |
| ExecutorServiceHelper |
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. |
| ThreadHelper |
Some thread utility methods.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.