Package | Description |
---|---|
javascalautils.concurrent |
Contains utilities for concurrent/asynchronous programming.
|
Modifier and Type | Method and Description |
---|---|
<T> Future<T> |
Executor.execute(Executable<T> executable)
Executes the provided
Executable sometime in the future. |
<T> List<Future<T>> |
Executor.executeAll(Executable<T>... executables)
Executes the list of provided
Executable sometime in the future. |
Copyright © 2015, Peter Nerg Apache License v2.0