Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

浏览器都有哪些进程,渲染进程中都有什么线程 #167

Open
lgwebdream opened this issue Jul 6, 2020 · 2 comments
Open

浏览器都有哪些进程,渲染进程中都有什么线程 #167

lgwebdream opened this issue Jul 6, 2020 · 2 comments
Labels
网络&安全 teach_tag 老虎 company

Comments

@lgwebdream
Copy link
Owner

No description provided.

@lgwebdream lgwebdream added 网络&安全 teach_tag 老虎 company labels Jul 6, 2020
@lgwebdream
Copy link
Owner Author

扫描下方二维码,获取答案以及详细解析,同时可解锁800+道前端面试题。

@talang1991
Copy link

渲染进程是多线程的,它主要包含了以下七个线程:GUI线程,js引擎线程,定时器触发线程,事件触发线程,异步http请求线程,合成线程,io线程。

渲染进程中,包含线程分别是:
一个主线程(main thread)
多个工作线程(work thread)
一个合成器线程(compositor thread)
多个光栅化线程(raster thread)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
网络&安全 teach_tag 老虎 company
Projects
None yet
Development

No branches or pull requests

2 participants