Actions
Feature #17433
closedExpose atomic operation macros with RUBY prefix
    Feature #17433:
    Expose atomic operation macros with RUBY prefix
  
Status:
Closed
Assignee:
-
Target version:
-
Description
Because of Ractor, now we need synchronization more widely in extension libraries.
Atomic operations are lighter than mutex, and enough in many cases.
https://github.com/ruby/ruby/pull/3983
        
           Updated by nobu (Nobuyoshi Nakada) almost 5 years ago
          Updated by nobu (Nobuyoshi Nakada) almost 5 years ago
          
          
        
        
      
      - Status changed from Open to Closed
Actions