mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
aquatic: improve naming of socket workers, request workers
This commit is contained in:
parent
f8713c09c1
commit
140aa4b75d
4 changed files with 23 additions and 8 deletions
|
|
@ -13,7 +13,7 @@ use crate::common::*;
|
|||
use crate::config::Config;
|
||||
|
||||
|
||||
pub fn handle(
|
||||
pub fn run_request_worker(
|
||||
state: State,
|
||||
config: Config,
|
||||
request_receiver: Receiver<(Request, SocketAddr)>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue