Interface | Description |
---|---|
Executor<T> |
Executor is similar to
Executor
or ExecutorService but simpler (only one method to implement). |
Class | Description |
---|---|
AsyncCallbackProxyFactory |
Callback factory, produces a callback wrapper to make any callback asynchronous.
|
ExecutorProxyFactory<T> |
Proxy factory which can be used make any class asynchronous.
|
Executors |
This class contains some basic
Executor s. |
Copyright © 2019. All rights reserved.