QuartzLib icon indicating copy to clipboard operation
QuartzLib copied to clipboard

Refactor Worker API to use Java 8 Futures APIs

Open prokopyl opened this issue 5 years ago • 0 comments

Although much better than the previous alternatives, now that Java 8 is out and usable it seems decent bit of the Worker API (mainly the WorkerRunnable class) is redundant with standard Future APIs.

Some work could probably be done to use the standard APIs instead, and reduce the amount of code in the Worker component.

prokopyl avatar Nov 12 '20 22:11 prokopyl