We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b4f41 commit 6089960Copy full SHA for 6089960
doc/zmq_timers.adoc
@@ -136,6 +136,10 @@ _timer_id_ did not exist or was already cancelled.
136
// Wait until the end
137
rc = msleep (zmq_timers_timeout (timers));
138
assert (rc == 0);
139
+
140
+ // The handler will be executed
141
+ rc = zmq_timers_execute (timers);
142
+ assert (rc == 0);
143
assert (timer_invoked);
144
145
rc = zmq_timers_destroy (&timers);
0 commit comments