mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: split some code into mio and glommio versions
This commit is contained in:
parent
65ef9a8ab2
commit
f2b157a149
12 changed files with 527 additions and 53 deletions
|
|
@ -15,7 +15,7 @@ use std::time::Duration;
|
|||
use aquatic_cli_helpers::run_app_with_cli_and_config;
|
||||
use aquatic_udp::common::*;
|
||||
use aquatic_udp::config::Config;
|
||||
use aquatic_udp::handlers;
|
||||
use aquatic_udp::mio::handlers;
|
||||
|
||||
use config::BenchConfig;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue