alanvardy / tod

An unofficial Todoist command line client written in Rust
MIT License
104 stars 9 forks source link

Use tokio methods #745

Closed alanvardy closed 6 months ago

alanvardy commented 6 months ago

Some standard library methods like File access are blocking, switch to tokio methods that yield to the async runtime.

alanvardy commented 6 months ago

Done in #754