Update tokio header.

This commit is contained in:
yukirij 2024-08-16 15:14:41 -07:00
parent edd7158ca2
commit 1a0e188e95

View File

@ -85,7 +85,7 @@ async fn handle_http(stream:system::net::tls::TlsStream, addr:SocketAddr, args:H
}
#[tokio::main]
#[tokio::main(flavor = "multi_thread", worker_threads = 4)]
async fn main()
{
use system::net::{