Package | Description |
---|---|
org.jbrew.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
MethodBlockingTask<T>
A
MethodBlockingTask blocks MethodBlockingTask.retrieve() until the MethodBlockingTask.execute()
method has fully completed and terminated. |
class |
ObjectBlockingTask<T>
This implementation of
RetrievableTask allows for the obj to
be unblocked as soon as the ObjectBlockingTask.accept(Object) method has been
called. |
Copyright © 2020. All rights reserved.