Class Callback

A callback wrapper object returned by EventLoop.callSoon, EventLoop.callSoonThreadSafe, EventLoop.callLater, and EventLoop.callAt.

Inherits from

  • Object (base class)

Methods

Name Description
cancel Cancel the call. If the callback is already cancelled or executed, this method has no effect.
cancelled Return true if the callback was cancelled.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0