| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
well as concurrency issues. Now it works okay, but the thread-shutdown is still an issue, as it causes incorrect behaviour making the tests fail. Its good, as it hints at additional issues that need to be solved. There is just a little more left on the feature side, but its nearly there
|
|
|
|
| |
allows the pool to work as expected. Many more tests need to be added, and there still is a problem with shutdown as sometimes it won't kill all threads, mainly because the process came up with worker threads started, which cannot be
|
|
|
|
| |
chunking test. Next up, actual async processing
|
|
|
|
| |
including own tests, their design improved to prepare them for some specifics that would be needed for multiprocessing support
|
|
|
|
|
|
|
| |
is handled by the task system
graph: implemented it including test according to the pools requirements
pool: implemented set_pool_size
|
|
while going. Tests will be written soon for verification, its still quite theoretical
|