Introduce TaskRunner::RunsTasksInCurrentSequence()
https://codereview.chromium.org/2823103003
This commit is contained in:
parent
f2bcdab037
commit
11fa935359
9 changed files with 26 additions and 26 deletions
|
@ -31,7 +31,7 @@ bool UvTaskRunner::PostDelayedTask(const tracked_objects::Location& from_here,
|
|||
return true;
|
||||
}
|
||||
|
||||
bool UvTaskRunner::RunsTasksOnCurrentThread() const {
|
||||
bool UvTaskRunner::RunsTasksInCurrentSequence() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue