Threading and tasks

Issue #277 resolved
Benjamin Cordes created an issue

Proposal: Potentially better use of threads than TimerTask is ScheduledThreadPoolExecutor. This would allow the same use of timed threads as currently, but moving to continuous threads.

http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html

Comments (8)

  1. Log in to comment