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 eff2eca commit 834f0cdCopy full SHA for 834f0cd
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