bijancn / gitlabctl

Control gitlab from the command line
MIT License
1 stars 2 forks source link

refactor: Implement Tokio For IO Parallel Tasks #8

Closed ChetanBhasin closed 4 years ago

ChetanBhasin commented 4 years ago

While I still think that there are some changes that can improve this, most requests will now be made in parallel using Tokio Runtime.

I've also implemented the use of Result type wherever possible to propagate errors in a nicer way.