{"json_modified": "2015-04-26T06:00:59.689172", "slug": "Web/JavaScript/EventLoop", "tags": [], "locale": "ca", "title": "Model de concurr\u00e8ncia i bucle d'events", "translations": [{"title": "Concurrency model and Event Loop", "url": "/en-US/docs/Web/JavaScript/EventLoop", "tags": ["Advanced", "JavaScript"], "summary": "JavaScript has a concurrency model based on an \"event loop\". This model is quite different than the model in other languages like C or Java.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-02-06T12:43:37", "review_tags": []}, {"title": "Gestion de la concurrence et boucle des \u00e9v\u00e9nements", "url": "/fr/docs/Web/JavaScript/Concurrence_et_boucle_des_%C3%A9v%C3%A9nements", "tags": ["Guide", "Advanced", "JavaScript"], "summary": "Les sections qui suivent d\u00e9crivent un mod\u00e8le th\u00e9orique. En r\u00e9alit\u00e9, les moteurs JavaScript impl\u00e9mentent et optimisent fortement la s\u00e9mantique d\u00e9crite ici.", "localization_tags": [], "locale": "fr", "last_edit": "2015-03-07T02:28:39", "review_tags": []}, {"title": "\u5e76\u53d1\u6a21\u578b\u4e0eEvent Loop", "url": "/zh-CN/docs/Web/JavaScript/Guide/EventLoop", "tags": [], "summary": "Technical review completed.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2015-02-09T07:20:49", "review_tags": []}, {"title": "\u041f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0434\u0435\u043b\u044c \u0438 \u0446\u0438\u043a\u043b \u0441\u043e\u0431\u044b\u0442\u0438\u0439.", "url": "/ru/docs/Web/JavaScript/EventLoop", "tags": ["\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e"], "summary": "\u041f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438\u0437\u043c \u0432\u00a0JavaScript \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u00a0\u043c\u043e\u0434\u0435\u043b\u0438\u00a0\"\u0441\u043e\u0431\u044b\u0442\u0438\u0439\u043d\u043e\u0433\u043e \u0446\u0438\u043a\u043b\u0430\".\u00a0\u042d\u0442\u0430 \u043c\u043e\u0434\u0435\u043b\u044c \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0438\u043d\u0430\u044f, \u0447\u0435\u043c \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u044f\u0437\u044b\u043a\u0430\u0445, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 C \u0438\u043b\u0438 Java.", "localization_tags": ["inprogress"], "locale": "ru", "last_edit": "2015-04-22T06:58:37", "review_tags": []}, {"title": "Concurrency model and Event Loop", "url": "/pt-BR/docs/Web/JavaScript/EventLoop", "tags": [], "summary": "JavaScript possui um modelo de concorr\u00eancia baseado em \"event loop\". Este modelo \u00e9 um pouco diferente de outras linguagens como C ou Java.", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2015-04-16T07:04:37", "review_tags": []}], "modified": "2015-04-26T06:00:57", "label": "Model de concurr\u00e8ncia i bucle d'events", "localization_tags": [], "url": "/ca/docs/Web/JavaScript/EventLoop", "last_edit": "2015-02-12T15:14:00", "summary": "JavaScript disposa d'un model de concurrencia basat en un \"bucle d'events\". Aquest model \u00e9s for\u00e7a diferent del model de concurrencia que ofereixen altres llenguatges com C o Java.", "sections": [{"id": "Quick_Links", "title": "JavaScript Tutorials: JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Details of the object model Iterators and generators Meta programming Introductory JavaScript basics JavaScript technologies overview Introduction to Object Oriented JavaScript Intermediate A re-introduction to JavaScript JavaScript data structures Equality comparisons and sameness Closures Advanced Inheritance and the prototype chain Strict mode JavaScript typed arrays Memory Management Concurrency model and Event Loop References: Built-in objects Objectes Standard Array [Translate] ArrayBuffer [Translate] Boolean DataView [Translate] Date Error EvalError [Translate] Float32Array [Translate] Float64Array [Translate] Function [Translate] Generator [Translate] GeneratorFunction [Translate] Infinity Int16Array [Translate] Int32Array [Translate] Int8Array [Translate] InternalError [Translate] Intl [Translate] Intl.Collator [Translate] Intl.DateTimeFormat [Translate] Intl.NumberFormat [Translate] Iterator [Translate] JSON Map Math NaN Number Object [Translate] ParallelArray [Translate] Promise [Translate] Proxy [Translate] RangeError [Translate] ReferenceError [Translate] Reflect [Translate] RegExp [Translate] SIMD [Translate] Set [Translate] StopIteration [Translate] String Symbol [Translate] SyntaxError [Translate] TypeError [Translate] TypedArray [Translate] URIError [Translate] Uint16Array [Translate] Uint32Array [Translate] Uint8Array [Translate] Uint8ClampedArray [Translate] WeakMap [Translate] WeakSet [Translate] decodeURI() [Translate] decodeURIComponent() [Translate] encodeURI() [Translate] encodeURIComponent() [Translate] escape() [Translate] eval() [Translate] isFinite() [Translate] isNaN() [Translate] null parseFloat() [Translate] parseInt() [Translate] undefined unescape() [Translate] uneval() [Translate] Expressions & operators Expressions and operators Operadors aritm\u00e8tics Array comprehensions [Translate] Assignment operators Operadors de bits Operador Coma Comparison operators [Translate] Operador Condicional (ternari) Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Operador d'agrupament Legacy generator function expression [Translate] Operadors L\u00f2gics Object initializer [Translate] Operator precedence [Translate] Property accessors [Translate] Spread operator [Translate] class expression [Translate] Operador delete function expression [Translate] function* expression [Translate] in operator [Translate] instanceof [Translate] new operator [Translate] super this [Translate] typeof L'operador void yield yield* [Translate] Statements & declarations Statements and declarations Legacy generator function [Translate] block break [Translate] class [Translate] const [Translate] continue [Translate] debugger [Translate] do...while [Translate] Buida export [Translate] for for each...in [Translate] for...in [Translate] for...of function function* [Translate] if...else import [Translate] label [Translate] let [Translate] return switch [Translate] throw [Translate] try...catch [Translate] var [Translate] while with [Translate] Functions Functions [Translate] Arguments object [Translate] Arrow functions [Translate] Default parameters [Translate] Method definitions [Translate] Rest parameters [Translate] getter [Translate] setter [Translate] Classes Classes constructor extends [Translate] static Misc Lexical grammar JavaScript data structures Enumerability and ownership of properties Iteration protocols Strict mode Transitioning to strict mode Template strings Deprecated features New in JavaScript New in JavaScript [Translate] ECMAScript 5 support in Mozilla [Translate] ECMAScript 6 support in Mozilla [Translate] ECMAScript 7 support in Mozilla [Translate] Firefox JavaScript changelog [Translate] New in JavaScript 1.1 [Translate] New in JavaScript 1.2 [Translate] New in JavaScript 1.3 [Translate] New in JavaScript 1.4 [Translate] New in JavaScript 1.5 [Translate] New in JavaScript 1.6 [Translate] New in JavaScript 1.7 [Translate] New in JavaScript 1.8 [Translate] New in JavaScript 1.8.1 [Translate] New in JavaScript 1.8.5 [Translate] Documentation: Useful lists All pages index Methods index Properties index Pages tagged \"JavaScript\" Contribute JavaScript doc status The MDN project"}, {"id": "Conceptes_sobre_l'execuci.C3.B3_de_codi", "title": "Conceptes sobre l'execuci\u00f3 de codi"}, {"id": "Representaci.C3.B3_visual", "title": "Representaci\u00f3 visual"}, {"id": "Stack_(pila_d'execuci.C3.B3)", "title": "Stack (pila d'execuci\u00f3)"}, {"id": "Heap_(regi.C3.B3_de_mem.C3.B2ria)", "title": "Heap (regi\u00f3 de mem\u00f2ria)"}, {"id": "Queue_(cua_d'execuci.C3.B3)", "title": "Queue (cua d'execuci\u00f3)"}, {"id": "Bucle_d'events", "title": "Bucle d'events"}, {"id": "Execuci.C3.B3_ininterrompuda", "title": "Execuci\u00f3 ininterrompuda"}, {"id": "Afegir_missatges", "title": "Afegir missatges"}, {"id": "Comunicaci.C3.B3_entre_diferents_fils_d'execuci.C3.B3", "title": "Comunicaci\u00f3 entre diferents fils d'execuci\u00f3"}, {"id": "Completament_as.C3.ADncron", "title": "Completament as\u00edncron"}], "id": 135581, "review_tags": ["technical", "editorial"]}