mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_udp: more work on splitting mio and glommio logic
This commit is contained in:
parent
4a8651e1c6
commit
3aebdfda8a
5 changed files with 134 additions and 120 deletions
|
|
@ -4,7 +4,7 @@ use std::sync::{
|
|||
atomic::{AtomicUsize, Ordering},
|
||||
Arc,
|
||||
};
|
||||
use std::time::{Duration, Instant};
|
||||
use std::time::Duration;
|
||||
use std::vec::Drain;
|
||||
|
||||
use crossbeam_channel::{Receiver, Sender};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue