sbt/tasks/src/main/scala/sbt
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
..
CompletionService.scala Cancel all promises if one fails 2020-09-14 01:04:10 -04:00
ConcurrentRestrictions.scala Don't throw on closed completion service 2020-09-28 07:03:27 -07:00
Execute.scala apply -Yno-lub 2019-10-13 23:46:23 -04:00
ExecuteProgress.scala open up ExecuteProgress, and adds a few keys 2019-03-19 00:42:46 -04:00
Incomplete.scala Update header 2018-09-14 04:53:36 -04:00
Node.scala Update header 2018-09-14 04:53:36 -04:00
Result.scala Update header 2018-09-14 04:53:36 -04:00