sbt/tasks
Ethan Atkins c2c2a26203 Don't throw on closed completion service
In 64c0f0acdd, I attempted to safely close
all of the completion services when the user inputs ctrl+c. I have
noticed though that sometimes sbt crashes in CI with the
RejectedExecutionException thrown by submit. To avoid throwing when
there was no cancellation, I slightly modified the shutdown logic to not
shutdown the completion service whil still shutting down the underlying
thread pool.
2020-09-28 07:03:27 -07:00
..
src/main/scala/sbt Don't throw on closed completion service 2020-09-28 07:03:27 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00