Class: Tribe::EM::Connection

Inherits:
Actor
  • Object
show all
Defined in:
lib/tribe_em/connection.rb

Direct Known Subclasses

DedicatedConnection

Class Method Summary collapse

Class Method Details

.proxy_classObject

The Proxy class is what separates the EM connection and Tribe actor.



5
6
7
# File 'lib/tribe_em/connection.rb', line 5

def self.proxy_class
  return Tribe::EM::ActorProxy
end