mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
http_private: move all code in workers::common to common
This commit is contained in:
parent
8478a2b052
commit
c424ffb077
4 changed files with 9 additions and 19 deletions
|
|
@ -2,10 +2,9 @@ use tokio::sync::mpsc::Receiver;
|
|||
|
||||
use aquatic_http_protocol::response::{FailureResponse, Response};
|
||||
|
||||
use crate::common::ChannelAnnounceRequest;
|
||||
use crate::config::Config;
|
||||
|
||||
use super::common::ChannelAnnounceRequest;
|
||||
|
||||
pub fn run_request_worker(
|
||||
config: Config,
|
||||
request_receiver: Receiver<ChannelAnnounceRequest>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue