aquatic_http: remove mio implementation

This commit is contained in:
Joakim Frostegård 2021-10-28 01:48:32 +02:00
parent a935a3bbf0
commit 130377b8f4
19 changed files with 394 additions and 1587 deletions

View file

@ -1,11 +1,3 @@
use std::{
sync::{
atomic::{AtomicUsize, Ordering},
Arc,
},
time::Duration,
};
use cfg_if::cfg_if;
pub mod common;