distssh.timer

Members

Aliases

IntervalAction
alias IntervalAction = bool delegate()
Undocumented in source.

Functions

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

Timers that fire each interval as long as the action return true.

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.