Sha256: 0b79c5e3d696983474107b50dc21590fa75309c60ce7ab1ab73d0a49daa1b35e
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
module ConcurrentIterable class Config DEFAULT_CONCURRENCY = 10 attr_accessor :concurrency def initialize(concurrency: DEFAULT_CONCURRENCY) @concurrency = concurrency end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
concurrent_iterable-0.4.1 | lib/concurrent_iterable/config.rb |
concurrent_iterable-0.4.0 | lib/concurrent_iterable/config.rb |