Package | Description |
---|---|
org.jbrew.concurrent | |
org.jbrew.concurrent.standard |
Modifier and Type | Class and Description |
---|---|
class |
BasicTask
|
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. |
class |
RetrievableTask<T>
A
AbstractTask that returns a result. |
Modifier and Type | Class and Description |
---|---|
class |
StandardNonRetrievableTask
This is a standard implementation of the BasicTask.
|
Copyright © 2020. All rights reserved.