• skyostil's avatar
    scheduler: Convert enums to enum classes · 16ebe5b1
    skyostil authored
    Convert enums to enum classes to make their purpose clearer and to make it
    easier to expose them to the unit tests. Note that the task queue identifier is
    maintained as a numeric enum because it serves as an index to the task queue
    manager and selector. No functional changes.
    
    Review URL: https://codereview.chromium.org/962633002
    
    Cr-Commit-Position: refs/heads/master@{#318248}
    16ebe5b1
task_queue_manager.h 7.84 KB