|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Future | An object implementing this interface if a place holder object for an upcomming result yet to come. |
FutureEventProducer | |
LocalFuture |
Class Summary | |
FutureEventProducerImpl | |
FutureMap | Data structure which stores futures and corresponding automatic continuation to do. |
FuturePool | |
FutureProxy | This proxy class manages the semantic of future objects |
Provides the definition and implementation of the future object.
Asynchronous call are very useful to enhance the performances of carefully designed applications. It allows the caller of a method to perform other tasks while its request is being processed.
For more information about the creation of future objects, see the documentation
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |