JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
java.util.concurrent
ForkJoinPool
ManagedBlocker
Uses of Interface
java.util.concurrent.ForkJoinPool.ManagedBlocker
Packages that use
ForkJoinPool.ManagedBlocker
Package
Description
java.util.concurrent
Utility classes commonly useful in concurrent programming.
Uses of
ForkJoinPool.ManagedBlocker
in
java.util.concurrent
Methods in
java.util.concurrent
with parameters of type
ForkJoinPool.ManagedBlocker
Modifier and Type
Method
Description
static void
ForkJoinPool.
managedBlock
(
ForkJoinPool.ManagedBlocker
blocker)
Runs the given possibly blocking task.