EventLoop.callAt

Arrange for the callback to be called at the given absolute timestamp when (an int or float), using the same time reference as time().

This method’s behavior is the same as $(D_PSYMBOL callLater()).

class EventLoop
final
callAt
(
Dg
Args...
)
(
SysTime when
,
Dg dg
,
Args args
)

Meta