- From: Brian Birtles <bbirtles@mozilla.com>
- Date: Fri, 17 Apr 2015 12:50:34 +0900
- To: Glen Huang <curvedmark@gmail.com>
- CC: "public-fx@w3.org" <public-fx@w3.org>
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.
Received on Friday, 17 April 2015 03:51:03 UTC