Skip to main content

6 docs tagged with "Event Loop"

View All Tags

Browser Runtime

Browser Runtime is defined as: JavaScript Runtime with JS Engine, Web API, Callback Queue & Event Loop. Topics on: Callback Queue. Read more: JS, JS Concepts, J

Concurrency Model

Concurrency Model is defined as: (mechanism) to achieve Concurrency for JS Engine via Event Loop, Callback Queue & Callback Function. Topics on: JS needs Concur

Event Loop

Event Loop is defined as: (mechanism) to orchestrate Non-Blocking Concurrency Model by manage Callback Functions between Callback Queue & Call Stack, to await e

JS Engine

JS Engine is defined as: Program to execute JS Source Code, consists of Call Stack, Heap, Callback Queue & Event Loop. Topics on: Browser Vendor Engines, Call S

Task Queue

Task Queue. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Event Loop|FullStack Wiki by Roger J

Tick

Tick is defined as: Each Event Loop cycle iteration. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Event Loop|FullStack Wiki by Roger J