Results 35 issues of 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,...

A-tokio-util
A-tokio

The `tokio_test::io::Mock` is buggy, I try to improve it without breaking change.

C-bug
A-tokio-test
M-io
I-hang

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...

A-tokio-util
C-proposal
M-task

## 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...

A-tokio-util
C-proposal
A-tokio

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...