Remember To Shut Down ExecutorService

computation

Will Faught

1 minute

Methods that take a java.util.concurrent.Executor might not know if it’s an ExecutorService, so you have to call ExecutorService.shutdown() yourself.

π