summaryrefslogtreecommitdiff
path: root/lib/git/async/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed async from treeSebastian Thiel2010-06-121-30/+0
|
* Improved shutdown handling - although its impossible to prevent some stderr ↵Sebastian Thiel2010-06-111-0/+29
| | | | 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
* Renamed mp to async, as this is a much better name for what is actually ↵Sebastian Thiel2010-06-051-0/+1
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