Utility classes commonly useful in concurrent programming.
-
class
An unbounded
blocking queue of
Delayed
elements, in which an element generally becomes eligible for removal when its
delay has expired.
interface
interface
A delayed result-bearing action that can be cancelled.
interface
A mix-in style interface for marking objects that should be
acted upon after a given delay.