Uses of Interface
ch.nolix.baseapi.programcontrol.future.IFuture
Packages that use IFuture
Package
Description
-
Uses of IFuture in ch.nolix.base.programcontrol.flowcontrol
Classes in ch.nolix.base.programcontrol.flowcontrol that implement IFutureMethods in ch.nolix.base.programcontrol.flowcontrol that return IFutureModifier and TypeMethodDescriptionstatic IFutureEnqueues the given job.Enqueues the given job.AfterEveryMediator.runInBackground(Runnable job) Lets the currentIAfterEveryMediatorrun the given job asynchronously in the background.AsLongAsMediator.runInBackground(Runnable step) Lets the currentIAsLongAsMediatorrun the given step asynchronously in background.AsSoonAsMediator.runInBackground(Runnable job) Lets the currentIAsSoonAsMediatorrun the given job asynchronously in background.static IFutureFlowController.runInBackground(Runnable job) Runs the given job in background.FlowControllerMediator.runInBackground(Runnable job) Runs the given job in background.ForCountMediator.runInBackground(Runnable step) Lets the currentIForCountMediatorrun the given job in background.static IFutureFlowController.runInBackgroundAndOrder(Runnable... jobs) Runs the given jobs in background in the given order. -
Uses of IFuture in ch.nolix.base.programcontrol.future
Classes in ch.nolix.base.programcontrol.future that implement IFuture -
Uses of IFuture in ch.nolix.base.programcontrol.jobpool
Classes in ch.nolix.base.programcontrol.jobpool that implement IFutureMethods in ch.nolix.base.programcontrol.jobpool that return IFuture -
Uses of IFuture in ch.nolix.baseapi.programcontrol.flowcontrol
Methods in ch.nolix.baseapi.programcontrol.flowcontrol that return IFutureModifier and TypeMethodDescriptionEnqueues the given job.IAfterEveryMediator.runInBackground(Runnable job) Lets the currentIAfterEveryMediatorrun the given job asynchronously in the background.IAsLongAsMediator.runInBackground(Runnable step) Lets the currentIAsLongAsMediatorrun the given step asynchronously in background.IAsSoonAsMediator.runInBackground(Runnable job) Lets the currentIAsSoonAsMediatorrun the given job asynchronously in background.IFlowControllerMediator.runInBackground(Runnable job) Runs the given job in background.IForCountMediator.runInBackground(Runnable job) Lets the currentIForCountMediatorrun the given job in background. -
Uses of IFuture in ch.nolix.baseapi.programcontrol.future
Subinterfaces of IFuture in ch.nolix.baseapi.programcontrol.futureModifier and TypeInterfaceDescriptioninterfaceAIResultFutureis aIFuturethat will deliver a result when it is finished. -
Uses of IFuture in ch.nolix.tech.math.fractal
Classes in ch.nolix.tech.math.fractal that implement IFuture -
Uses of IFuture in ch.nolix.techapi.math.fractal
Subinterfaces of IFuture in ch.nolix.techapi.math.fractal