Class Blocking

java.lang.Object
org.jooq.lambda.Blocking

public final class Blocking extends Object
A factory class for methods that wrap functional interfaces like Supplier in a "blocking" (ForkJoinPool.ManagedBlocker) equivalent, which can be used with the ForkJoinPool.
Author:
Lukas Eder