awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesAsync Method Invocations

Posts a method call to an object's background thread and returns a pending future, allowing the caller to continue without waiting.

Distinct from Dynamic Method Invocation: Distinct from Dynamic Method Invocation: focuses on asynchronous invocation on a background thread, not runtime method resolution.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Async Method Invocations. Refine with filters or upvote what's useful.

Awesome Async Method Invocations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ruby-concurrency/concurrent-rubyAvatar von ruby-concurrency

    ruby-concurrency/concurrent-ruby

    5,830Auf GitHub ansehen↗

    Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th

    Provides asynchronous method invocation on a background thread, a core concurrency pattern.

    Ruby
    Auf GitHub ansehen↗5,830
  • mozilla/gecko-devAvatar von mozilla

    mozilla/gecko-dev

    3,691Auf GitHub ansehen↗

    Gecko-dev is a web browser engine and cross-platform browser framework. It serves as a foundational system for rendering web content and executing JavaScript, providing a complete layout and rendering pipeline to transform web markup into visual pixels. The project is distinguished by a specialized browser UI toolkit that uses XML-based languages and custom widgets to build cross-platform windows and menus. It incorporates unique development bridges, including design-to-code linking and a standardized protocol for AI-driven browser control and automated verification. Its broader capabilities

    Triggers specific methods across all modules registered to a category with asynchronous dispatch options.

    JavaScript
    Auf GitHub ansehen↗3,691
  1. Home
  2. Programming Languages & Runtimes
  3. Dynamic Method Invocation
  4. Async Method Invocations

Unter-Tags erkunden

  • Category-Based DispatchInvoking methods across all modules registered to a specific category using asynchronous dispatch. **Distinct from Async Method Invocations:** Focuses on category-based group invocation rather than a single asynchronous method call on one object.