async-rs / async-std

Async version of the Rust standard library

Home Page:https://async.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement AsFd for UnixStream

A6GibKm opened this issue · 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