Skip to content

Introduced reentrant algorithms. They are denoted by 0 cardinality

Sebastien Ponce requested to merge ReentrantAlgo into future

In case an algorithm has 0 cardinality, it is now considered by the framework as reentrant. As such, the same instance of the algorithm will be reused as often as needed.

Merge request reports