Qi
Qi
This is the central place to track all relevant works about stabilizing the [`LocalRuntime`]. ## What is the [`LocalRuntime`]? Currrntly, there are two types of stable runtime supported by tokio,...
The `tokio_test::io::Mock` is buggy, I try to improve it without breaking change.
This issue is tracked by #7558, and it can be done after stabilizing the [`LocalRuntime`]. ## What is the [`LocalPoolHandle`]? It manages several [Current Thread Runtime]s and uses [`LocalSet`] to...
## What is [`tokio::io::simplex`]? It is a single producer, single consumer, and async byte stream channel. ## Why deprecate [`tokio::io::simplex`]? It is easy to make it hanges forever, and hard...
I'm a little surprised that `Version` doesn't impl `std::fmt::Display` when I formatting the log, so I use `Debug` for now. I searched issues but didn't find relevant topic. Is adding...