my.timer

Members

Aliases

IntervalAction
alias IntervalAction = Duration delegate()

A negative duration mean it will be removed.

Functions

makeInterval
auto makeInterval(Timers ts, IntervalAction action, Duration interval)

Timers that fire each interval. The intervals is adjusted by action and removed if the interval is < 0.

makeTimers
auto makeTimers()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Timer
struct Timer

An individual timer.

Timers
struct Timers

A collection of timers.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This module contain timer utilities.