See: Description
Interface | Description |
---|---|
ThreadsafeProcessor<I,O> |
Objects that wish to use MulticoreWrapper for multicore support must implement
this interface.
|
Class | Description |
---|---|
MulticoreWrapper<I,O> |
Provides convenient multicore processing for threadsafe objects.
|
SynchronizedInterner<T> |
For interning (canonicalizing) things in a multi-threaded environment.
|