Package dev.brachtendorf.concurrency
-
Class Summary Class Description DelayedConsumerHashMap<T> Accepts a consumer which executes all provided tasks in a batch no more often than the delay specified.NamedThreadFactory Analogous implementation of the default thread factory used by java executors.RunnableWithCallback A runnable wrapper which can be useful to schedule a task with a specific delay and invoking a callback once the runnable finished executing.