mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
Fixing minor spelling mistake in task docs (#1889)
This commit is contained in:
parent
8a2160a913
commit
6efe07c3fb
@ -4,7 +4,7 @@
|
||||
//!
|
||||
//! A _task_ is a light weight, non-blocking unit of execution. A task is similar
|
||||
//! to an OS thread, but rather than being managed by the OS scheduler, they are
|
||||
//! managed by the [Tokio runtime][rt]. Another name for this general patterh is
|
||||
//! managed by the [Tokio runtime][rt]. Another name for this general pattern is
|
||||
//! [green threads]. If you are familiar with [Go's goroutines], [Kotlin's
|
||||
//! coroutines], or [Erlang's processes], you can think of Tokio's tasks as
|
||||
//! something similar.
|
||||
|
Loading…
x
Reference in New Issue
Block a user