Closed alanvardy closed 6 months ago
Some standard library methods like File access are blocking, switch to tokio methods that yield to the async runtime.
Done in #754
Some standard library methods like File access are blocking, switch to tokio methods that yield to the async runtime.