Event Handling Callbacks
Callback is a function wrapper representing a pointer to static and member functions which are expected to be executed with specified parameters at a certain moment. A callback can be passed as an argument to a function.
Callbacks are guaranteed to be reentrant and provide safe multi-threaded execution.
Last update:
2024-04-04
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)