Results 145 comments of Qi

Hi @arctic-alpaca , could you explain why do you want to advance the time as far as possible.

Hi @schneems , are you still working on this PR?

Thanks for the context! I'm considering deprecating the `tokio_util::codec::FramedParts::new`. What do you think? What should the new constructor be called? `new_parts`? `new2`? `new_v2`?

> How about new_unchecked() ?! @martin-g The `_unchecked` suffix is usually for unsafe function.

This looks like a very rare use case. The `tokio::task::try_id` only tell us if we are in a tokio task which might be an async task, or a task spawned...

I don't remember we have such recommendation, but is [`tokio::runtime::Handle::try_current`] helpful? [`tokio::runtime::Handle::try_current`]: https://docs.rs/tokio/1.48.0/tokio/runtime/struct.Handle.html#method.try_current

The io-uring support is working in progress: . Is supporting io-uring helpful for your usecase?

> The tricky part of Direct I/O isn’t so much “how to open the file”, but “how to use it afterwards”. I agree, utilizing `O_DIRECT` requires more setups than cached...

Hi @barafael , any update about this PR? If you are no longer working on it, I'd like to close this PR.

Hi @Owez , are you still going to work on this improvement?