Rename types to queues
I mean that name just sucked
This commit is contained in:
parent
3c0590b273
commit
cb64878186
5 changed files with 4 additions and 4 deletions
|
|
@ -7,8 +7,8 @@ use std::{
|
|||
use crossbeam_channel::unbounded;
|
||||
|
||||
use super::{
|
||||
queues::{ReceiveQueue, SendQueue},
|
||||
thread::{start_receive_thread, start_send_thread},
|
||||
types::{ReceiveQueue, SendQueue},
|
||||
};
|
||||
|
||||
fn configure_socket(socket: &UdpSocket) -> Result<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue