10000 Call ForkJoinPool.shutdown(), use new package location, PR for #1137 by ktegan · Pull Request #1138 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@ktegan
Copy link
@ktegan ktegan commented Aug 27, 2018
  • If you want to repeatedly create new instances of ForkJoinPool
    you must call some flavor of shutdown() on the pool. This
    adds the command to the example and gives a note after the
    example.

  • Use java.util.concurrent.ForkJoinPool as the package for
    ForkJoinPool as scala.concurrent.forkjoin.ForkJoinPool is
    deprecated

 - If you want to repeatedly create new instances of ForkJoinPool
   you must call some flavor of shutdown() on the pool.  This
   adds the command to the example and gives a note after the
   example.

 - Use java.util.concurrent.ForkJoinPool as the package for
   ForkJoinPool as scala.concurrent.forkjoin.ForkJoinPool is
   deprecated
@SethTisue SethTisue requested a review from viktorklang August 27, 2018 15:18
@SethTisue
Copy link
Member

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0