SE-0462: Task Priority Escalation APIs

+1 on this!

I’m experimenting with a TaskLimiter which constrains the number of tasks entering a critical region. Waiting tasks are kept in a container with buckets for each priority. On priority escalation the continuation in the container has to be moved to the proper bucket. For this it is really helpful to know both the old and new priorities.