Class | Description |
---|---|
AsyncHelper |
Multi-thread utility methods
|
ThreadPool |
This class contains an
Executor that executes code on the UI Thread and an ExecutorService that allows
for code to be executed on a background thread via a Threadpool. |
ThreadPool.Config |
Threadpool configuration.
|
ThreadPool.Config.ConfigBuilder |
Threadpool
ThreadPool.Config builder. |