Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/README.md

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Blink Scheduler
2
3 This directory contains the Blink Scheduler, which coordinates task execution
4 in renderer processes. The main subdirectories are:
5
6 - `base/` -- basic scheduling primitives such as `TaskQueue` and
7 `TaskQueueManager`.
8 - `child/` -- contains the `ChildScheduler` which is the base class for all
9 thread schedulers, as well as a `WorkerScheduler` for worker threads.
10 - `utility/` -- a small scheduler for utility processes.
11 - `renderer/` -- `RendererScheduler` for the renderer process.
12
13 The scheduler exposes an API at `public/platform/scheduler`.
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/OWNERS ('k') | third_party/WebKit/Source/platform/scheduler/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698