gitui/asyncgit
Stephan Dilly 80f98d6b6d move commit into its own mod
# Conflicts:
#	asyncgit/src/sync/utils.rs
2020-06-29 09:47:54 +02:00
..
src move commit into its own mod 2020-06-29 09:47:54 +02:00
Cargo.toml display lossy commit msg when containing invalid utf8 (closes #150) 2020-06-24 10:11:27 +02:00
LICENSE.md chore: Add LICENSE file into the sub-crates 2020-05-28 16:11:54 +02: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.