Uses of Interface
xal.tools.dispatch.DispatchIterationKernel
Packages that use DispatchIterationKernel
Package
Description
The dispatch package is an attempted Java port of some of the functionality of the open source libdispatch library.
-
Uses of DispatchIterationKernel in xal.tools.dispatch
Methods in xal.tools.dispatch with parameters of type DispatchIterationKernelModifier and TypeMethodDescriptionvoidDispatchQueue.dispatchApply(int iterations, DispatchIterationKernel iterationKernel) Performs all the specified iterations of the kernel asynchronously and waits for them to complete.