| Package | Description |
|---|---|
| eu.toolchain.async.concurrent | |
| eu.toolchain.async.immediate |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentResolvableFuture<T>
A class implementing the callback pattern concurrently in a way that any thread can use the
callback instance in a
safe manner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmediateCancelledAsyncFuture<T>
A callback which has already been resolved as 'resolved'.
|
class |
ImmediateFailedAsyncFuture<T>
A callback which has already been resolved as 'failed'.
|
class |
ImmediateResolvedAsyncFuture<T>
A callback which has already been resolved as 'resolved'.
|
Copyright © 2017. All rights reserved.