Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
async-utils
0.0.2
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
C
D
E
F
J
P
Q
R
C
cancel()
- Method in class de
.topobyte
.util
.async
.
Executer
Cancel the execution.
D
de.topobyte.util.async
- package de.topobyte.util.async
E
Executer
- Class in
de.topobyte.util.async
Executer(int, int)
- Constructor for class de
.topobyte
.util
.async
.
Executer
Create a new executer with a blocking queue of size capacity and threadNumber threads in the thread-pool for execution.
F
finish()
- Method in class de
.topobyte
.util
.async
.
Executer
after a call of this, all threads are going to finish after their execution.
J
join()
- Method in class de
.topobyte
.util
.async
.
Executer
Join on finished all tasks.
P
pauseOrResume()
- Method in class de
.topobyte
.util
.async
.
Executer
Pause / Resume the execution
Q
queue(Runnable)
- Method in class de
.topobyte
.util
.async
.
Executer
R
run()
- Method in class de
.topobyte
.util
.async
.
Executer
C
D
E
F
J
P
Q
R