Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guava 18 deprecated sameThreadExecutor() and split the use case into two options: newDirectExecutorService() and directExecutor(). Use directExecutor() as we don't need ExecutorService#shutdown semantics and this has a positive performance impact. Signed-off-by: Luke Inman-Semerau <[email protected]>
- Loading branch information