Expand description
This module contains the EventLoop type, which is the constellation’s
view of a script thread. When an EventLoop is dropped, an ExitScriptThread
message is sent to the script thread, asking it to shut down.
Structs§
- Event
Loop - https://html.spec.whatwg.org/multipage/#event-loop
- NewScript
Event Loop Process Info - All of the information necessary to create a new script
EventLoopin a new process.