From 328f3435153a5581ec1de1ee50b4474545b23266 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 6 May 2021 09:59:29 +1000 Subject: [PATCH] RFC: add tokio-console/TurboWish prototype (#2111) --- book/src/dev/rfcs/0011-async-rust-in-zebra.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book/src/dev/rfcs/0011-async-rust-in-zebra.md b/book/src/dev/rfcs/0011-async-rust-in-zebra.md index 7b8b29ab..f3632fc8 100644 --- a/book/src/dev/rfcs/0011-async-rust-in-zebra.md +++ b/book/src/dev/rfcs/0011-async-rust-in-zebra.md @@ -680,5 +680,6 @@ Can we catch these bugs using automated tests? How can we diagnose these kinds of issues faster and more reliably? - [TurboWish](https://blog.pnkfx.org/blog/2021/04/26/road-to-turbowish-part-1-goals/) - looks really promising for task, channel, and future introspection. But as of April - 2021, it's still in early development. + (also known as `tokio-console`) + looks really promising for task, channel, and future introspection. As of May 2020, + there is an [early prototype available](https://github.com/tokio-rs/console).