timer.countdown

Module containing countdown timer functionality.

Members

Aliases

Countdown
alias Countdown = CountdownTimer!(TimeUnit.millisec)
Undocumented in source.
CountdownMicroSec
alias CountdownMicroSec = CountdownTimer!(TimeUnit.microsec)
Undocumented in source.
CountdownSec
alias CountdownSec = CountdownTimer!(TimeUnit.sec)
Undocumented in source.

Enums

TimeUnit
enum TimeUnit
Undocumented in source.

Structs

CountdownTimer
struct CountdownTimer(TimeUnit unit)
Undocumented in source.

Meta