mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_http: split into mio and glommio modules
This commit is contained in:
parent
40eff52f1c
commit
ad7e464788
12 changed files with 196 additions and 153 deletions
10
aquatic_http/src/lib/glommio/mod.rs
Normal file
10
aquatic_http/src/lib/glommio/mod.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use glommio::prelude::*;
|
||||
|
||||
use crate::config::Config;
|
||||
|
||||
pub fn run(
|
||||
config: Config,
|
||||
) -> anyhow::Result<()> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue