shhhhhh
you saw nothing
This commit is contained in:
parent
0d12403a45
commit
3dac28831b
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
pub mod networking {
|
||||
|
||||
use std::thread::sleep;
|
||||
use std::thread;
|
||||
use std::net::UdpSocket;
|
||||
|
@ -6,8 +8,6 @@ use std::sync::mpsc::{channel, Sender};
|
|||
use std::collections::VecDeque;
|
||||
|
||||
|
||||
pub mod networking {
|
||||
|
||||
pub fn network() -> Sender<Vec<i64>> {
|
||||
let (tx, rx) = channel();
|
||||
let tx: Sender<Vec<i64>> = tx.clone();
|
||||
|
|
Loading…
Add table
Reference in a new issue