Wisp
Wisp copied to clipboard
Make Scheduler AutoClosable
The Scheduler class now extends AutoClosable and will automatically call Scheduler#gracefullyShutdown() when it's time to say goodbye. This is useful with try-with-resources statements