thread-pool
thread-pool copied to clipboard
[FEATURE] Add way to set task priority
When passing in a task to the thread pool, it would be good to set the priority for the task. This could be a number or score, or we could have explicit priority values (normal
, high
).