Verwendungen von Package
ch.nolix.coreapi.programcontrolapi.futureapi
Package
Beschreibung
The
ch.nolix.core.programcontrol.future
package defines a base
IFuture
.The
ch.nolix.core.programcontrol.jobpool
package defines a job pool,
that can run several jobs in background.The
ch.nolix.core.programcontrol.sequencer
package defines functions
for: -Running jobs in background.The
ch.nolix.coreapi.programcontrolapi.futureapi
is an API that
declares futures, that can be returned when a background job is started.The
ch.nolix.tech.math.fractal
package provides an implementation of
the ch.nolix.techapi.mathapi.fractalapi
package.The
ch.nolix.techapi.mathapi.fractalapi
package declares types for
fractals.-
-
-
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. -
-
-