Package ch.nolix.coreapi.programcontrolapi.futureapi
package ch.nolix.coreapi.programcontrolapi.futureapi
The
ch.nolix.coreapi.programcontrolapi.futureapi
is an API that
declares futures, that can be returned when a background job is started.- Version:
- 2019-08-01
- Autor:
- Silvan Wyss
-
KlasseBeschreibungA
IFuture
is supposed to be given back when a job is started in background.AIResultFuture
is aIFuture
that will deliver a result when it is finished.