Skip to content

Std timer timer new

std:std.timer.Timer.New

Method New:Void( hertz:Double,fired:Void() )#

Creates a new Timer.

Creates new timer with hertz frequency.

The timer will continually invoke the fired function at the rate of hertz times per second.