What exactly is the event loop event loop

  • First, the browser is running multi-threaded, it can be verified from the Task Manager and Activity Monitor.
    Open a new tab and add a plug-in will add a process, as shown below:
    BCDDE685-0E43-44D3-912B-87D58B92F611

  • Browser rendering process is multi-threaded, includes GUI rendering thread, js engine thread, the thread event-triggered, the timer thread, threading, asynchronous requests.
    Usually say js js engine is a single-threaded refers to the thread.

Guess you like

Origin www.cnblogs.com/walkermag/p/shi-jian-xun-huan-event-loop-jiu-jing-shi-shen-me.html