bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
4.02k stars 226 forks source link

fix: don't register file fd in `File::from_std` #277

Closed NKID00 closed 3 months ago

NKID00 commented 3 months ago

Closes #276. Also adds a unit test.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

Xuanwo commented 3 months ago

Thanks a lot for this PR, I'm willing to help review this PR until https://github.com/bytedance/monoio/issues/281 get fixed so we have a clean CI status.