Comment by NobodyNada

Comment by NobodyNada 19 hours ago

0 replies

In larger Rust applications or servers I find myself doing this very often -- for example, one application I'm working on mostly uses blocking I/O for occasional filesystem access but has a little bit of async networking.