aquatic: improve naming of socket workers, request workers

This commit is contained in:
Joakim Frostegård 2020-04-12 21:40:38 +02:00
parent f8713c09c1
commit 140aa4b75d
4 changed files with 23 additions and 8 deletions

View file

@ -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)>,