aquatic_udp: more work on splitting mio and glommio logic

This commit is contained in:
Joakim Frostegård 2021-10-19 01:40:06 +02:00
parent 4a8651e1c6
commit 3aebdfda8a
5 changed files with 134 additions and 120 deletions

View file

@ -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};