On 2015/04/15 13:58, Glen Huang wrote:
I think I understand it now.What the reschedule step is really trying to do is to delay the pending task. And it can be equivalently expressed as canceling the current pending task, and then queue a new task doing what the original pending task was supposed to do. So when you suggested it can be expressed as canceling, did you actually mean that after canceling, it should also re-queue a new task?
Yes, that's right.
