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 6e2c393 commit d7f8eb0Copy full SHA for d7f8eb0
src/concurrency/async/runtimes.md
@@ -11,8 +11,6 @@ not have a "built-in" runtime, but several options are available:
11
- [Tokio](https://tokio.rs/): performant, with a well-developed ecosystem of
12
functionality like [Hyper](https://hyper.rs/) for HTTP or
13
[Tonic](https://github.com/hyperium/tonic) for gRPC.
14
-- [async-std](https://async.rs/): aims to be a "std for async", and includes a
15
- basic runtime in `async::task`.
16
- [smol](https://docs.rs/smol/latest/smol/): simple and lightweight
17
18
Several larger applications have their own runtimes. For example,
0 commit comments