From 6c57c7735020171e7e14fd4d91248c6577579311 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 17 Jul 2022 09:00:13 +0100 Subject: [PATCH] Last Sync: 2022-07-17 09:00:13 --- Programming_Languages/NodeJS/Architecture/Event_loop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Programming_Languages/NodeJS/Architecture/Event_loop.md b/Programming_Languages/NodeJS/Architecture/Event_loop.md index 43a587c..091a443 100644 --- a/Programming_Languages/NodeJS/Architecture/Event_loop.md +++ b/Programming_Languages/NodeJS/Architecture/Event_loop.md @@ -73,4 +73,5 @@ The phases are as follows: The terms _event loop_ and _event queue_ are often used interchangeably in the literature but in fact they are distinct. +Test **bold** The Event Loop is the Node runtime's method of execution, the queue is the stack of tasks that are lined up and executed by the loop. We can think of the queue as being the input and the loop as what acts on the input. The queue obviously emerges from the program we write but it is scheduled, organised and sequenced by the loop. \ No newline at end of file