aquatic_http: move much logic formerly in mio module into common mod

This commit is contained in:
Joakim Frostegård 2021-10-26 23:33:08 +02:00
parent 8a66b5ce69
commit ce8d1ba0d6
7 changed files with 387 additions and 340 deletions

View file

@ -5,6 +5,7 @@ use glommio::{channels::channel_mesh::MeshBuilder, prelude::*};
use crate::config::Config;
mod handlers;
mod network;
const SHARED_CHANNEL_SIZE: usize = 1024;