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 d0f1996 commit eb1ef3fCopy full SHA for eb1ef3f
src/future/future/mod.rs
@@ -187,11 +187,9 @@ extension_trait! {
187
futures to complete. If multiple futures are completed at the same time,
188
resolution will occur in the order that they have been passed.
189
190
- Note that this macro consumes all futures passed, and once a future is
+ Note that this function consumes all futures passed, and once a future is
191
completed, all other futures are dropped.
192
193
- This macro is only usable inside of async functions, closures, and blocks.
194
-
195
# Examples
196
197
```
0 commit comments