Uses of Interface
edu.iu.IuTaskController
Packages that use IuTaskController
-
Uses of IuTaskController in edu.iu
Classes in edu.iu that implement IuTaskControllerMethods in edu.iu that return IuTaskControllerModifier and TypeMethodDescriptionIuParallelWorkloadController.apply
(UnsafeConsumer<IuTaskController> task) Submits an asynchronous task for processing.Methods in edu.iu with parameters of type IuTaskControllerModifier and TypeMethodDescriptionvoid
IuRateLimitter.accept
(IuTaskController taskController) Accepts a task for parallel processing, blocking until an error is observed, a timeout interval expires, the task completes successfully, or until there is room in the queue.Method parameters in edu.iu with type arguments of type IuTaskControllerModifier and TypeMethodDescriptionIuParallelWorkloadController.apply
(UnsafeConsumer<IuTaskController> task) Submits an asynchronous task for processing.