gitui/asyncgit
Stephan Dilly 41a52cfc8c more clean solution that does not need git cli
* make test run in parallel again
* better test structure
2020-03-28 13:45:19 +01:00
..
src more clean solution that does not need git cli 2020-03-28 13:45:19 +01:00
Cargo.lock fix diff of untracked file in sub dir 2020-03-24 18:02:58 +01:00
Cargo.toml fix working dir checkout (revert) 2020-03-27 22:10:56 +01:00
README.md more crates publish prep 2020-03-24 21:20:06 +01:00

asyncgit

allow using git2 in a asynchronous context

This crate is part of the gitui project. It is used put long running git2 calls onto a thread pool and use crossbeam-channel to wait for a message to confirm the call finished.