Method: Immutable::Partitioned#initialize
- Defined in:
- lib/immutable/list.rb
#initialize(partitioner, buffer, mutex) ⇒ Partitioned
Returns a new instance of Partitioned.
1448 1449 1450 1451 |
# File 'lib/immutable/list.rb', line 1448 def initialize(partitioner, buffer, mutex) super() @partitioner, @buffer, @mutex = partitioner, buffer, mutex end |