Comment by NobodyNada
Comment by NobodyNada 19 hours ago
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.