Open stevefan1999-personal opened 3 weeks ago
For some reason I cannot just Unblock::new() a TcpStream to offload it to a thread pool. I need it because I want to target Windows platform.
Unblock::new()
Could you please share more details? Are you seeing an error, or it it blocking forever?
For some reason I cannot just
Unblock::new()
a TcpStream to offload it to a thread pool. I need it because I want to target Windows platform.