implementationKnob property

ChoiceConfigKnob<Type> implementationKnob
final

A knob controlling the implementation.

Implementation

final ChoiceConfigKnob<Type> implementationKnob = ChoiceConfigKnob(
    [MaskRoundRobinArbiter, RotateRoundRobinArbiter],
    value: MaskRoundRobinArbiter);