smol-rs / blocking

A thread pool for isolating blocking I/O in async programs
Apache License 2.0
340 stars 20 forks source link

Not working with TcpStream #65

Open stevefan1999-personal opened 3 weeks ago

stevefan1999-personal commented 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.

notgull commented 2 weeks ago

Could you please share more details? Are you seeing an error, or it it blocking forever?