summaryrefslogtreecommitdiff
path: root/lib/git/async/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved pool utilities into util module, fixed critical issue that caused ↵Sebastian Thiel2010-06-071-0/+106
| | | | havok - lets call this a safe-state
* First step of testing the pool - tasks have been separated into a new module ↵Sebastian Thiel2010-06-061-0/+24
including own tests, their design improved to prepare them for some specifics that would be needed for multiprocessing support