EntropyEngine::Core::Concurrency::AdaptiveRankingScheduler::GroupRank
EntropyEngine::Core::Concurrency::AdaptiveRankingScheduler::GroupRank
Section titled “EntropyEngine::Core::Concurrency::AdaptiveRankingScheduler::GroupRank”Group ranking data for sorting. More…
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| double | rank |
| WorkContractGroup * | group |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Core::Concurrency::AdaptiveRankingScheduler::GroupRank;Group ranking data for sorting.
Simple struct used when computing rankings. We calculate a rank score for each group and sort by it. Higher rank = higher priority.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable rank
Section titled “variable rank”double rank;variable group
Section titled “variable group”WorkContractGroup * group;Updated on 2026-01-26 at 17:14:35 -0500