compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

feat(fs,driver): add async metadata #170

Closed Berrysoft closed 9 months ago

Berrysoft commented 10 months ago

It's tough to implement all these methods manually:(

Berrysoft commented 10 months ago

Blocking: https://github.com/rust-lang/rust/issues/118795

Berrysoft commented 10 months ago

We should not impl MetadataExt on Windows because the rust team don't want us to do that:(