Description[content]: Don't use task's from_here when posting delayed EnqueueTask on Task Queue Manager.
When posting a delayed task in the task queue manager we post a wrapping task
which enqueues the actual task on the underlying message loop. It is confusing
to have this task use the actual task's from_here since it looks like the task
get's run at this point, which is not the case.
Committed: https://crrev.com/2794174de0ad4ee60b0a47408ec56c3de6cb2f07
Cr-Commit-Position: refs/heads/master@{#318052}
Patch Set 1 #Patch Set 2 : Add single thread idle task runner. #
Messages
Total messages: 13 (4 generated)
|