File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
92
92
*
93
93
* The dispatch function is guaranteed to terminate after the elapsed wait
94
94
*
95
- * @param ms Time to wait for events in milliseconds, expressed as a
95
+ * @param ms Time to wait for events in milliseconds, expressed as a
96
96
* Chrono duration.
97
97
*/
98
98
void dispatch (duration ms);
@@ -115,17 +115,17 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
115
115
void dispatch (int ms = -1 );
116
116
117
117
/* * Dispatch events without a timeout
118
- *
118
+ *
119
119
* Executes events indefinitely unless the dispatch loop is forcibly broken.
120
120
* @See break_dispatch()
121
- *
121
+ *
122
122
*/
123
123
void dispatch_forever ();
124
124
125
125
/* * Dispatch currently queued events only and then terminate
126
- *
126
+ *
127
127
* In this case the dispatch function does not wait.
128
- *
128
+ *
129
129
*/
130
130
void dispatch_once ();
131
131
You can’t perform that action at this time.
0 commit comments