aboutsummaryrefslogtreecommitdiff
path: root/lib/git/async/__init__.py
AgeCommit message (Collapse)Author
2010-06-11Improved shutdown handling - although its impossible to prevent some stderr ↵Sebastian Thiel
printing thanks to the underlying threading implementation, we can at least make sure that the interpreter doesn't block during shutdown. Now it appears to be running smoothly
2010-06-05Renamed mp to async, as this is a much better name for what is actually ↵Sebastian Thiel
going on. The default implementation uses threads, which ends up being nothing more than async, as they are all locked down by internal and the global interpreter lock