Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[split] util-core: Create daemon threads in all stock `com.twitter.ut…
…il.FuturePool`s util-core's default `ExecutorService`s create non-daemon threads, which don't play nicely with graceful shutdown functionality. This change forces all stock FuturePool implementations to spawn daemon threads. All threads created by FuturePools will be daemonized, which will improve the graceful shutdown case. RB_ID=296659
- Loading branch information