class Concurrent::TimerSet

Executes a collection of tasks, each after a given delay. A master task monitors the set and schedules each task for execution at the appropriate time. Tasks are run on the global thread pool or on the supplied executor. Each task is represented as a ‘ScheduledTask`.

@see Concurrent::ScheduledTask

@!macro monotonic_clock_warning