Class ADT.TreeScheduler
- Description
This class implements an hierarchial quantized resource scheduler.
It differs from Scheduler by the [Consumer]s making up a dependency tree.
Active consumers closer to the root will receive the resource before their children.
Implements most of RFC 7540 section 5.3.
- See also
- Inherit
Scheduler
inherit .Scheduler : Scheduler