Method: ActorSystem::Concurrent::Processor.start
- Defined in:
- lib/actor_system/concurrent/processor.rb
.start(concurrency = 1) ⇒ Object
4 5 6 |
# File 'lib/actor_system/concurrent/processor.rb', line 4 def self.start(concurrency = 1) concurrency.times { |n| new("Processor #{n}") } end |