Module: ActorSystem::Concurrent::Worker

Defined in:
lib/actor_system/concurrent/worker.rb

Class Method Summary collapse

Class Method Details

.backendObject



4
5
6
# File 'lib/actor_system/concurrent/worker.rb', line 4

def self.backend
  @backend
end

.backend=(backend) ⇒ Object



8
9
10
# File 'lib/actor_system/concurrent/worker.rb', line 8

def self.backend=(backend)
  @backend = backend
end