This commit is contained in:
Irving Ou 2024-02-07 12:51:59 -05:00 committed by irving ou
parent 117ef10432
commit 7d09e02ec7
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ fn main() -> std::io::Result<()> {
fn main() -> std::io::Result<()> {
use polling::Event;
use std::{io::Write, time::Duration};
use std::io;
std::thread::spawn(|| {
let listener = std::net::TcpListener::bind("0.0.0.0:8080").unwrap();