aquatic_udp: glommio: remove comment

This commit is contained in:
Joakim Frostegård 2021-10-23 14:56:34 +02:00
parent 1564291471
commit cbca0e03eb

View file

@ -1,8 +1,3 @@
//! Work-in-progress glommio (io_uring) implementation
//!
//! * Doesn't support scrape requests
//! * Currently not faster than mio implementation
use std::sync::{atomic::AtomicUsize, Arc};
use aquatic_common::access_list::AccessList;