Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Async: make the processing truly asynchronous | Dan Vrátil | 2014-12-14 |
Now calling exec() starts the first job and returns a pending Future immediately. Caller can then use Async::FutureWatcher to wait for the future to become finished, i.e. for all jobs to finish execution. |