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.
2 parents eff2eca + 834f0cd commit 4e9e72cCopy full SHA for 4e9e72c
text/0000-futures.md
@@ -183,7 +183,7 @@ to be polled again.
183
184
The mechanism through which tasks get scheduled again depends on the executor
185
which is driving the task.
186
-Possible ways of waking up a an executor include:
+Possible ways of waking up an executor include:
187
- If the executor is blocked on a condition variable, the condition variable
188
needs to get notified.
189
- If the executor is blocked on a system call like `select`, it might need
0 commit comments