### Tasks - [x] Add object-oriented structure + async to the `output` command _(v1.0.2)_ - [x] Add object-oriented structure + async to the `setup` command _(v1.0.3)_ - [ ] Add object-oriented structure + async to the `stress` command _(v1.0.4)_ - [ ] Add object-oriented structure + async to the `check` command _(v1.0.5)_ - [ ] Add object-oriented structure + async to the `cmp` command _(v1.0.6)_ --- ### Adding Async - [ ] replace `std::path::PathBuf` to `async_std::path::PathBuf` - [ ] Migrate to Async File Handler --- Add new dependencies ```toml async-std = "..." futures = "..." tokio = { version = "...", features = ["full"] } ``` # Issues ```shell # Don't works, v1.0.3 qt stress -t main.cpp -g gen.cpp --tout 1000 --tc 2 --run-ac ```
Tasks
outputcommand (v1.0.2)setupcommand (v1.0.3)stresscommand (v1.0.4)checkcommand (v1.0.5)cmpcommand (v1.0.6)Adding Async
std::path::PathBuftoasync_std::path::PathBufAdd new dependencies
Issues
# Don't works, v1.0.3 qt stress -t main.cpp -g gen.cpp --tout 1000 --tc 2 --run-ac