Skip to content

0.3.0

Compare
Choose a tag to compare
@timkral timkral released this 07 Dec 17:42
· 133 commits to master since this release
eba61e5

Upgrades the ExecutorServiceFactory API. In particular:

  1. Simplifying API to only build executor services with ExecutorServiceFactory.Key instances.
  2. Allows individual executor service instances to be stopped
  3. Adds support for scheduled executor services

Also, better error reporting around service initialization errors. These used to be swallowed by Guice, but now will be reported to the console.