You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's currently blocked on tokio-rs/tokio#3118, because Tokio removed its PollEvented struct from the 1.0 public API - it's great from the stability guarantee PoV but unfortunately it prevents us from upgrading mio::windows::NamedPipe to something that implements Async* traits.
The alternative is to reimplement PollEvented-like facility here but that seems like a big cost which may not outweight its benefits for now.
Windows named pipe is now part of mio 0.7: tokio-rs/mio#1351
The text was updated successfully, but these errors were encountered: