Package ch.nolix.common.futureapi
The
ch.nolix.common.futureapi
is an API
that declares futures, that can be returned when a background job is started.- Author:
- Silvan Wyss
-
Interface Summary Interface Description IFuture AIFuture
is supposed to be given back when a job is started in background.IResultFuture<R> AIResultFuture
is aIFuture
that will deliver a result when it is finished.