mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
runtime: fix a spelling mistake (#3503)
This commit is contained in:
@@ -129,7 +129,7 @@ impl<P: Park> BasicScheduler<P> {
|
|||||||
pin!(future);
|
pin!(future);
|
||||||
|
|
||||||
// Attempt to steal the dedicated parker and block_on the future if we can there,
|
// Attempt to steal the dedicated parker and block_on the future if we can there,
|
||||||
// othwerwise, lets select on a notification that the parker is available
|
// otherwise, lets select on a notification that the parker is available
|
||||||
// or the future is complete.
|
// or the future is complete.
|
||||||
loop {
|
loop {
|
||||||
if let Some(inner) = &mut self.take_inner() {
|
if let Some(inner) = &mut self.take_inner() {
|
||||||
|
|||||||
Reference in New Issue
Block a user