Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plenty of fixes in the chunking routine, made possible by a serialized ↵ | Sebastian Thiel | 2010-06-06 | 1 | -1/+6 |
| | | | | chunking test. Next up, actual async processing | ||||
* | First step of testing the pool - tasks have been separated into a new module ↵ | Sebastian Thiel | 2010-06-06 | 1 | -5/+11 |
| | | | | including own tests, their design improved to prepare them for some specifics that would be needed for multiprocessing support | ||||
* | thread: adjusted worker thread not to provide an output queue anymore - this ↵ | Sebastian Thiel | 2010-06-06 | 1 | -10/+74 |
| | | | | | | | is handled by the task system graph: implemented it including test according to the pools requirements pool: implemented set_pool_size | ||||
* | Improved pool design and started rough implementation, top down to learn ↵ | Sebastian Thiel | 2010-06-06 | 1 | -0/+36 |
while going. Tests will be written soon for verification, its still quite theoretical |