mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 11:42:56 +03:00
41a52cfc8c
* make test run in parallel again * better test structure |
||
---|---|---|
.. | ||
src | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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.