Uses of Class
stormpot.Timeout
Packages that use Timeout
-
Uses of Timeout in stormpot
Modifier and TypeMethodDescriptiondefault <R> Optional<R> Claim an object from the pool and apply the given function to it, returning the result and releasing the object back to the pool.booleanCauses the current thread to wait until the completion is finished, or the thread isinterrupted, or the specified waiting time elapses.Claim the exclusive rights until released, to an object in the pool.default booleanClaim an object from the pool and supply it to the given consumer, and then release it back to the pool. -
Uses of Timeout in stormpot.internal
Methods in stormpot.internal with parameters of type TimeoutModifier and TypeMethodDescriptionbooleanbooleanImplements the blocking await of aStackCompletion.