pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

WorkerPools should have priorities #66

Closed bouraqadi closed 2 years ago

bouraqadi commented 4 years ago

All workers belonging to the same pool should have the same priority, that can be adapted for all of them at once.

bouraqadi commented 4 years ago

Addressed in pull request #67

bouraqadi commented 4 years ago

Pull request #68 is the one to use. It fixes a bug.

sbragagnolo commented 4 years ago

Thanks for the PR Noury! I am checking it tomorrow :)

tinchodias commented 2 years ago

Ah! the PR was merged