Aleksei Kuzmin
|
11fa935359
|
Introduce TaskRunner::RunsTasksInCurrentSequence()
https://codereview.chromium.org/2823103003
|
2017-11-24 10:58:16 +09:00 |
Aleksei Kuzmin
|
f824b1e9d4
|
Migrate base::TaskRunner from Closure to OnceClosure
Migrate base::TaskRunner from Closure to OnceClosure
https://codereview.chromium.org/2637843002
Pass Callback to TaskRunner by value and consume it on invocation (1)
https://codereview.chromium.org/2726523002
Replace base::get with std::get
https://codereview.chromium.org/2797133002
|
2017-08-15 16:19:21 +03:00 |
Aleksei Kuzmin
|
d09cab2e21
|
Migrate base::TaskRunner from Closure to OnceClosure
Migrate base::TaskRunner from Closure to OnceClosure
https://codereview.chromium.org/2637843002
Pass Callback to TaskRunner by value and consume it on invocation (1)
https://codereview.chromium.org/2726523002
Replace base::get with std::get
https://codereview.chromium.org/2797133002
|
2017-08-15 16:19:21 +03:00 |
Cheng Zhao
|
f28e8d7168
|
Fix API changes of Chrome 53
|
2016-09-14 16:22:43 +09:00 |
Cheng Zhao
|
44e24ebf7a
|
Delete BridgeTaskRunner when main message loop is ready
|
2015-11-30 22:29:01 +08:00 |
Cheng Zhao
|
05c6300329
|
Don't discard tasks in BridgeTaskRunner
|
2015-10-22 15:54:27 +08:00 |
Cheng Zhao
|
262b66b93a
|
Feed gin::PerIsolateData with a task runner
|
2015-09-03 17:50:23 +09:00 |