mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_http: move much logic formerly in mio module into common mod
This commit is contained in:
parent
8a66b5ce69
commit
ce8d1ba0d6
7 changed files with 387 additions and 340 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue