awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesWrite Lock Block Executions

Runs a block of code while holding a write lock, automatically releasing the lock upon completion.

Distinct from Scoped Lock Execution: Distinct from Scoped Lock Execution: specifically for write locks, ensuring exclusive access during the block.

Explore 1 awesome GitHub repository matching software engineering & architecture · Write Lock Block Executions. Refine with filters or upvote what's useful.

Awesome Write Lock Block Executions 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 a scoped write-lock execution pattern, essential for safe concurrent modifications.

    Ruby
    Vezi pe GitHub↗5,830
  1. Home
  2. Software Engineering & Architecture
  3. Scoped Lock Execution
  4. Write Lock Block Executions