awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAsync Worker Patterns

Architectural patterns for offloading heavy computational tasks to background threads and notifying the main thread upon completion.

Distinct from Worker-to-UI Thread Messaging: Existing candidates focus on UI thread messaging or thread pool limits; this is a general native-to-script async worker pattern.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Async Worker Patterns. Refine with filters or upvote what's useful.

Awesome Async Worker Patterns GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nodejs/nanAvatar de nodejs

    nodejs/nan

    3,351Voir sur GitHub↗

    This project is a compatibility layer and abstraction library for building native C++ addons for Node.js. It provides a consistent C++ API that allows a single codebase to compile against multiple versions of the V8 JavaScript engine by hiding version-specific differences behind macros and inline functions. The toolkit differentiates itself through specialized wrappers and managers, including a monadic wrapper for handles to avoid explicit null checks, a persistent reference manager for objects that must survive handle scope disposal, and a buffer abstraction API for version-compatible memory

    Implements an asynchronous worker pattern to run native C++ tasks on background threads with callbacks to JavaScript.

    C++nodenodejs
    Voir sur GitHub↗3,351
  1. Home
  2. Operating Systems & Systems Programming
  3. Async Worker Patterns