async-rs/async-std

Implement AsFd for UnixStream

A6GibKm opened this issue · 1 comments

As the title suggest std has a impl AsFd for UnixStream, this requires bumping msrv to 1.63 or using the io_lifetimes crate

This is related to #1036