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 7577d56 commit 054c9d1Copy full SHA for 054c9d1
src/lib.rs
@@ -563,7 +563,7 @@ impl<'a> LocalExecutor<'a> {
563
///
564
/// [`spawn`]: LocalExecutor::spawn
565
/// [`Executor::spawn_many`]: Executor::spawn_many
566
- pub fn spawn_many<T: Send + 'a, F: Future<Output = T> + Send + 'a>(
+ pub fn spawn_many<T: 'a, F: Future<Output = T> + 'a>(
567
&self,
568
futures: impl IntoIterator<Item = F>,
569
handles: &mut impl Extend<Task<F::Output>>,
0 commit comments