mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: remove mio implementation
This commit is contained in:
parent
a935a3bbf0
commit
130377b8f4
19 changed files with 394 additions and 1587 deletions
|
|
@ -1,11 +1,3 @@
|
|||
use std::{
|
||||
sync::{
|
||||
atomic::{AtomicUsize, Ordering},
|
||||
Arc,
|
||||
},
|
||||
time::Duration,
|
||||
};
|
||||
|
||||
use cfg_if::cfg_if;
|
||||
|
||||
pub mod common;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue