tokio-rs / tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
https://tokio.rs
MIT License
26.59k stars 2.45k forks source link

docs: fix a typo in doc of LocalSet::run_until #6599

Closed SteveLauC closed 4 months ago

SteveLauC commented 4 months ago

Motivation

Fix a typo I found while reading the doc.

Solution