Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test implementation of async-queue with everything stripped from it that didn... | Sebastian Thiel | 2010-06-08 | 1 | -5/+48 |
* | Task scheduled items lock now uses a dummy lock in serial mode, improving it... | Sebastian Thiel | 2010-06-07 | 1 | -1/+13 |
* | introduced a new counter keeping track of the scheduled tasks - this prevent ... | Sebastian Thiel | 2010-06-07 | 1 | -1/+1 |
* | improved testing to test the actual async handling of the pool. there are sti... | Sebastian Thiel | 2010-06-07 | 1 | -2/+4 |
* | Moved pool utilities into util module, fixed critical issue that caused havok... | Sebastian Thiel | 2010-06-07 | 1 | -0/+106 |
* | First step of testing the pool - tasks have been separated into a new module ... | Sebastian Thiel | 2010-06-06 | 1 | -0/+24 |