Class: Concurrent::Array
- Inherits:
-
Array
- Object
- Array
- Concurrent::Array
- Includes:
- JRuby::Synchronized
- Defined in:
- lib/concurrent/array.rb,
lib/concurrent/array.rb,
lib/concurrent/array.rb
Overview
A thread-safe subclass of Array. This version locks against the object itself for every method call, ensuring only one thread can be reading or writing at a time. This includes iteration methods like ‘#each`.