SignalingTimer.setTimeout()
DESCRIPTION
Set a timeout in ms at which the callback should be invoked.
DECLARATION
virtual void setTimeout(uint32_t timeoutMs,
std::function<void()> callback) = 0
PARAMETERS
timeoutMs:
- The timeout in milliseconds.
callback:
- The callback to be invoked once the timeout has passed.