scala / scala-parallel-collections

Parallel collections standard library module for Scala 2.13+
Apache License 2.0
199 stars 29 forks source link

Check if the thread pool used by scalacheck-based tests is shut down #32

Open lrytz opened 7 years ago

lrytz commented 7 years ago

In 2.12.x, Jason did it here: https://github.com/scala/scala/pull/6000/commits/18721ead44878bdac013daff133cb79ae14adca9

retronym commented 7 years ago

And check that failing tests fail the build...