Package org.ojalgo.type.function
Class QueuedSupplier.Worker<T>
- java.lang.Object
-
- org.ojalgo.type.function.QueuedSupplier.Worker<T>
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- QueuedSupplier<T>
static final class QueuedSupplier.Worker<T> extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.BlockingQueue<T>
myQueue
private java.util.function.Supplier<T>
mySupplier
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-