Function 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 callLater().

Prototype

final auto callAt(Dg, Args...)(
  SysTime when,
  Dg dg,
  Args args
);

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0