you saw nothing
This commit is contained in:
VerbenaIDK 2025-01-03 13:19:18 -03:00
parent 0d12403a45
commit 3dac28831b

View file

@ -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();