Skip to content

Draft: Delete tasks with value-based mutex models with pthread alternatives

Simmo Saan requested to merge delete-non-pthread-variants into main

As suggested in !1460 (merged), the variants of these tasks using pthread mutexes instead of value-based models are superior, so the value-based variants can be removed to reduce duplication.

TODO

Merge request reports