File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ class inline_or_executor
422422 // / Request the inline_or_executor to invoke the given function object.
423423 /* *
424424 * This function is used to ask the inline_or_executor to execute the given
425- * function object. The function object will be executed inside this functon .
425+ * function object. The function object will be executed inside this function .
426426 *
427427 * @param f The function object to be called. The executor will make
428428 * a copy of the handler object as required. The function signature of the
@@ -443,7 +443,7 @@ class inline_or_executor
443443 /* *
444444 * This function is used to ask the executor to execute the given function
445445 * object. The function object will never be executed inside this function.
446- * Instead, it will be scheduled by the underlying executor's defer function.
446+ * Instead, it will be scheduled by the underlying executor's post function.
447447 *
448448 * @param f The function object to be called. The executor will make
449449 * a copy of the handler object as required. The function signature of the
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ class strand
296296 /* *
297297 * This function is used to ask the executor to execute the given function
298298 * object. The function object will never be executed inside this function.
299- * Instead, it will be scheduled by the underlying executor's defer function.
299+ * Instead, it will be scheduled by the underlying executor's post function.
300300 *
301301 * @param f The function object to be called. The executor will make
302302 * a copy of the handler object as required. The function signature of the
You can’t perform that action at this time.
0 commit comments