awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ruby-concurrency/concurrent-rubyAvatar ruby-concurrency

    ruby-concurrency/concurrent-ruby

    5,830Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,830
  • mozilla/gecko-devAvatar mozilla

    mozilla/gecko-dev

    3,691Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,691
  1. Home
  2. Programming Languages & Runtimes
  3. Dynamic Method Invocation
  4. Async Method Invocations

Explorează sub-etichetele

  • 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.