0.3.0
Upgrades the ExecutorServiceFactory
API. In particular:
- Simplifying API to only build executor services with
ExecutorServiceFactory.Key
instances. - Allows individual executor service instances to be stopped
- 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.