Results 145 comments of Qi

> The `std::sync::mpsc` channel has logic so that the receiver can block until a message is sent. We don't need that - we just want to check whether there are...

> Maybe something like a ringbuffer: https://github.com/agerasev/ringbuf @Congyuwang Tokio tries to avoid external dependencies as much as possible. Regarding the bounded channel (ringbuffer), the problem is that it is possible...

Hi @Noah-Kennedy , I took sometime to read the [`pingora-timeout`](https://docs.rs/pingora-timeout/latest/pingora_timeout/), and added a new section about Pingora's approach to this RFC, feel free check the correctness. I think this Pingora's...

Hi all, I wrote a doc (#7414) to describe the changes I want to make to the `TimeDriver`, looking forward to your feedback!

Pull request is ready for review #7467 .

> Is there some reason not to just utilize the existing cross-thread communication patterns? What do you mean by "existing cross-thread communication patterns"?

# Current status *PR: * In a certain scenario, there is a ~5% regression for

Thanks for you PR! We don't want to add `TcpStream::shutdown`, please checkout for more context.

Hello folks, tokio is moving forward with the stabilization of `LocalRuntime`, we welcome community involvement, especially in discussing downstream impacts. See #7558