Verwendungen von Schnittstelle
ch.nolix.coreapi.programcontrolapi.futureapi.IFuture
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.-
Verwendungen von IFuture in ch.nolix.core.programcontrol.future
-
Verwendungen von IFuture in ch.nolix.core.programcontrol.jobpool
-
Verwendungen von IFuture in ch.nolix.core.programcontrol.sequencer
Modifizierer und TypMethodeBeschreibungstatic IFuture
Enqueues the given job.Enqueues the given job.ForCountMediator.runInBackground
(Runnable job) Lets the currentForCountMediator
run the given job in background.static IFuture
GlobalSequencer.runInBackgroundAndOrder
(Runnable job, Runnable... jobs) Runs the given jobs in background in the given order. -
Verwendungen von IFuture in ch.nolix.coreapi.programcontrolapi.futureapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AIResultFuture
is aIFuture
that will deliver a result when it is finished. -
Verwendungen von IFuture in ch.nolix.tech.math.fractal
-
Verwendungen von IFuture in ch.nolix.techapi.mathapi.fractalapi