mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE.md | ||
| 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.