awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesMicrotask Queues

Specialized queues that execute high-priority callbacks immediately after the current synchronous execution.

Distinct from Execution Schedulers: Distinct from general execution schedulers by specifically implementing the microtask check phase of the event loop.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Microtask Queues. Refine with filters or upvote what's useful.

Awesome Microtask Queues GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • greatfrontend/top-javascript-interview-questionsAvatar von greatfrontend

    greatfrontend/top-javascript-interview-questions

    9,685Auf GitHub ansehen↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Explains the microtask queue and its role in high-priority asynchronous execution within the event loop.

    MDXfront-end-developmentinterviewsjavascript
    Auf GitHub ansehen↗9,685
  • whatwg/htmlAvatar von whatwg

    whatwg/html

    9,163Auf GitHub ansehen↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Implements the microtask queue scheduling algorithm as a fundamental part of the browser event loop.

    HTMLcanvaseventsourcehtml
    Auf GitHub ansehen↗9,163
  • esoolgnah/frontend-interview-questionsAvatar von Esoolgnah

    Esoolgnah/Frontend-Interview-Questions

    1,424Auf GitHub ansehen↗

    Frontend-Interview-Questions is an educational knowledge base and study guide designed for technical interview preparation, software engineering job roles, and core web development concept review. It provides structured resources covering frontend topics, language fundamentals, and browser mechanics. The repository explores fundamental concepts including JavaScript runtime behavior, asynchronous execution, lexical scoping, closures, hoisting, and variable declaration comparisons. It also examines architectural topics such as browser rendering pipelines, document object model manipulation, net

    Executes all queued microtasks before processing regular tasks so asynchronous operations like resolved promises run ahead of timers and input events.

    cssfront-endhtml
    Auf GitHub ansehen↗1,424
  1. Home
  2. Software Engineering & Architecture
  3. Execution Control
  4. Concurrency-Controlled Schedulers
  5. Execution Schedulers
  6. Microtask Queues