WIP: aquatic_http glommio impl

This commit is contained in:
Joakim Frostegård 2021-10-26 16:26:37 +02:00
parent ad7e464788
commit 34bc4046b7
4 changed files with 195 additions and 2 deletions

View file

@ -2,6 +2,8 @@ use glommio::prelude::*;
use crate::config::Config;
mod network;
pub fn run(
config: Config,
) -> anyhow::Result<()> {