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 RepositoriesRetriable

Pass the current value to a block and replace it with the result, retrying automatically if another thread changes the value.

Distinct from Value Transformations: Distinct from Value Transformations: focuses on retry-on-conflict semantics for concurrent value updates, not general data casting transformations.

Explore 1 awesome GitHub repository matching development tools & productivity · Retriable. Refine with filters or upvote what's useful.

Awesome Retriable 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.
  • ruby-concurrency/concurrent-rubyAvatar de ruby-concurrency

    ruby-concurrency/concurrent-ruby

    5,830Voir sur 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

    Supports atomic value transformations that automatically retry when concurrent modifications are detected.

    Ruby
    Voir sur GitHub↗5,830
  1. Home
  2. Development Tools & Productivity
  3. Data Transformation
  4. Value Transformations
  5. Retriable