File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -371,9 +371,9 @@ class Executor
371371 * If the time spent inside the blocking loop exceeds this timeout, return a TIMEOUT return
372372 * code.
373373 * \return The return code, one of `SUCCESS`, `INTERRUPTED`, or `TIMEOUT`.
374- * \note This method will check the future and the timeout only when the executor is woke up.
375- * If this future is unrelated to an executor's entity, this method will not detect correctly
376- * when it's completed.
374+ * \note This method will check the future and the timeout only when the executor is woken up.
375+ * If this future is unrelated to an executor's entity, this method will not correctly detect
376+ * when it's completed and therefore may wait forever and never time out .
377377 */
378378 template <typename FutureT, typename TimeRepT = int64_t , typename TimeT = std::milli>
379379 FutureReturnCode
You can’t perform that action at this time.
0 commit comments