CyCll

For cases when can't use async methods and whey must calls every N hnsecs, but strictly sync

Constructors

this
this(Duration delegate() func)

Members

Functions

opCall
bool opCall()

if time is up call func, set next and return true

Static functions

now
auto now()

Variables

func
Duration delegate() func;

returns step for next call

next
long next;

next std time for call

Meta