Skip to content

Commit d7f8eb0

Browse files
authored
Remove reference to discontuned async-std package (#2841)
Fixes #2839.
1 parent 6e2c393 commit d7f8eb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/concurrency/async/runtimes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ not have a "built-in" runtime, but several options are available:
1111
- [Tokio](https://tokio.rs/): performant, with a well-developed ecosystem of
1212
functionality like [Hyper](https://hyper.rs/) for HTTP or
1313
[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`.
1614
- [smol](https://docs.rs/smol/latest/smol/): simple and lightweight
1715

1816
Several larger applications have their own runtimes. For example,

0 commit comments

Comments
 (0)