Upgrade mio to 0.7 (#1875)

* Upgrade `mio` to 0.7
Replaced `mio-extras` with `mio-misc`.

* Possible improvement

* Remove leftover

* Wrong rebase

* Fix typo
This commit is contained in:
daxpedda 2021-03-09 17:50:15 +01:00 committed by GitHub
parent ffe2143d14
commit 889258f538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 32 deletions

View file

@ -10,7 +10,7 @@ use std::{
};
use libc;
use mio_extras::channel::Sender;
use mio_misc::channel::Sender;
use parking_lot::Mutex;
use crate::{