| Package | Description |
|---|---|
| ec.eval | |
| ec.util |
| Modifier and Type | Field and Description |
|---|---|
(package private) ThreadPool.Worker |
SlaveConnection.reader |
(package private) ThreadPool.Worker |
SlaveConnection.writer |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ThreadPool.Node |
| Modifier and Type | Method and Description |
|---|---|
ThreadPool.Worker |
ThreadPool.start (Runnable run)
Start a thread on the given Runnable and returns it.
|
ThreadPool.Worker |
ThreadPool.start (Runnable run,
int maximumOutstandingWorkers)
Start a thread on the given Runnable and returns it.
|
ThreadPool.Worker |
ThreadPool.start (Runnable run,
int maximumOutstandingWorkers,
String name)
Start a thread on the given Runnable with a given thread name
(for debugging purposes) and returns it.
|
ThreadPool.Worker |
ThreadPool.start (Runnable run,
String name)
Start a thread on the given Runnable with a given thread name (for debugging purposes).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ThreadPool.join (ThreadPool.Worker thread)
If the thread is presently running a Runnable of any kind, blocks until the Runnable has
finished running.
|
boolean |
ThreadPool.join (ThreadPool.Worker thread,
Runnable run)
Joins the given thread running the given Runnable.
|
Copyright © 2019. All rights reserved.