> On 17 Nov 2016, at 13:58, Martin Buchholz <marti...@google.com> wrote:
> 
> 
> 
> On Thu, Nov 17, 2016 at 12:03 PM, Paul Sandoz <paul.san...@oracle.com 
> <mailto:paul.san...@oracle.com>> wrote:
> 
> ForkJoin
> —
> 
>   69  * tasks that are never joined. All worker threads are initialized
>   70  * with {@link Thread#isDaemon} set {@code true}.
> 
> CCC?
> 
> JDK 7 had
> """Because ForkJoinPool uses threads in daemon mode, there is typically no 
> need to explicitly shutdown such a pool upon program exit."""
>  
> https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html
>  
> <https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html>
> 
> but that was inadvertently dropped.
> 

Ah, i see, ok, no need.

Thanks,
Paul.

Reply via email to