| Package | Description |
|---|---|
| de.ruedigermoeller.kontraktor | |
| de.ruedigermoeller.kontraktor.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Future<T>
Created by moelrue on 20.05.2014.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Promise<T>
Created by ruedi on 20.05.14.
|
| Modifier and Type | Field and Description |
|---|---|
protected Callback |
Promise.resultReceiver |
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.executeInActorThread(ActorRunnable toRun,
Callback cb) |
void |
ActorRunnable.run(T actorAccess,
Actor actorImpl,
Callback<R> resultReceiver) |
protected <T> void |
Actors.runBlockingCall(Callable<T> toCall,
Callback<T> resultHandler) |
Future |
Promise.then(Callback resultCB) |
Future |
Future.then(Callback<T> result) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackWrapper<T>
..
|
| Modifier and Type | Method and Description |
|---|---|
Future |
CallbackWrapper.then(Callback<T> result) |
| Constructor and Description |
|---|
CallbackWrapper(DispatcherThread dispatcher,
Callback<T> realFuture) |
Copyright © 2014. All rights reserved.