File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ used to be part of the Scala standard library (in Scala 2.10 through 2.12).
77For Scala 2.13 and Scala 3, this module is a separate JAR that can be
88omitted from projects that do not use parallel collections.
99
10+ ## Documentation
11+
12+ * https://docs.scala-lang.org/overviews/parallel-collections/overview.html
13+ * https://javadoc.io/doc/org.scala-lang.modules/scala-parallel-collections_2.13
14+
1015## Maintenance status
1116
1217This module is community-maintained, under the guidance of the Scala team at Lightbend. If you are
@@ -30,10 +35,6 @@ import scala.collection.parallel.CollectionConverters._
3035
3136will enable use of the ` .par ` method as in earlier Scala versions.
3237
33- ### Scaladoc
34-
35- Here is the [ full Scaladoc] ( https://static.javadoc.io/org.scala-lang.modules/scala-parallel-collections_2.13/1.0.0-RC1/scala/collection/index.html ) .
36-
3738### Cross-building: dependency
3839
3940This module is published only for the Scala 2.13 and 3.0 series, so in a
You can’t perform that action at this time.
0 commit comments