mirror of https://github.com/sbt/sbt.git
Because we are sharing the scala library classloader with test and run, it is possible that sbt will be competing with for resources with the test and run tasks when trying to get threads from the global execution context. Also, by using our own execution context, we can shut it down when sbt exits. The motivation for this change is that I was looking at the active jvm threads of an idle sbt process and noticed a bunch of global execution context threads. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||