mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
WIP: aquatic_http glommio impl
This commit is contained in:
parent
ad7e464788
commit
34bc4046b7
4 changed files with 195 additions and 2 deletions
|
|
@ -2,6 +2,8 @@ use glommio::prelude::*;
|
|||
|
||||
use crate::config::Config;
|
||||
|
||||
mod network;
|
||||
|
||||
pub fn run(
|
||||
config: Config,
|
||||
) -> anyhow::Result<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue