Package dev.failsafe.internal.util
-
Class Summary Class Description Assert Assertion utilities.DelegatingScheduler AScheduler
implementation that schedules delays on an internal, common ScheduledExecutorService and executes tasks on either a providedExecutorService
,ForkJoinPool.commonPool()
, or an internalForkJoinPool
instance.DelegatingScheduler.DelayerThreadFactory DelegatingScheduler.ScheduledCompletableFuture<V> Durations Duration and long utilities.FutureLinkedList A LinkedList of CompletableFutures that removes a future from the list when it's completed.FutureLinkedList.Node Lists List utilities.Maths Misc math utilities.RandomDelay Utilities for computing random delays.