We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LocalSet::run_until
1 parent 86658bd commit 97bb47bCopy full SHA for 97bb47b
tokio/src/task/local.rs
@@ -598,7 +598,7 @@ impl LocalSet {
598
/// allowing it to call [`spawn_local`] to spawn additional `!Send` futures.
599
/// Any local futures spawned on the local set will be driven in the
600
/// background until the future passed to `run_until` completes. When the future
601
- /// passed to `run` finishes, any local futures which have not completed
+ /// passed to `run_until` finishes, any local futures which have not completed
602
/// will remain on the local set, and will be driven on subsequent calls to
603
/// `run_until` or when [awaiting the local set] itself.
604
///
0 commit comments