Uses of Class
xal.tools.dispatch.DispatchGroup
Packages that use DispatchGroup
Package
Description
The dispatch package is an attempted Java port of some of the functionality of the open source libdispatch library.
-
Uses of DispatchGroup in xal.tools.dispatch
Methods in xal.tools.dispatch that return types with arguments of type DispatchGroupModifier and TypeMethodDescriptionprotected static Set<DispatchGroup>DispatchGroup.getCurrentGroups()Get the set of current groupsMethods in xal.tools.dispatch with parameters of type DispatchGroupModifier and TypeMethodDescriptionvoidDispatchQueue.dispatchAsync(DispatchGroup group, Runnable rawOperation) submit the operation for execution on the queue and add it to the specified group without waiting for completionprotected voidDispatchQueue.dispatchAsync(DispatchGroup group, Runnable rawOperation, boolean isBarrier) submit the operation for execution on the queue and add it to the specified group without waiting for completionMethod parameters in xal.tools.dispatch with type arguments of type DispatchGroupModifier and TypeMethodDescriptionstatic <T> voidDispatchGroup.addOperationToGroups(xal.tools.dispatch.DispatchOperation<T> operation, Set<DispatchGroup> groups) add the operation to the specified groups