Refactor Worker API to use Java 8 Futures APIs #40
Labels
C ⋅ Workers
Component – Workers
M ⋅ Outdated Java API
Miscelaneous – Tracks removal of deprecated/outdated/useless code due to a newer Java API
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 standardFuture
APIs.Some work could probably be done to use the standard APIs instead, and reduce the amount of code in the
Worker
component.The text was updated successfully, but these errors were encountered: