RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
void | waitForPendingTasks () throws ExecutionException |
int | getPendingTaskAmount () |
An ExecutorService
that waits for all its events to finish executing.
Definition at line 47 of file StartupService.java.
|
inline |
Gets the number of pending tasks.
Definition at line 87 of file StartupService.java.
|
inline |
Waits for pending tasks to complete.
ExecutionException | if an error in a task occurred. |
Definition at line 61 of file StartupService.java.