Module: Tribe

Defined in:
lib/tribe_em_amfsocket/actor_proxy.rb,
lib/tribe_em_amfsocket.rb,
lib/tribe_em_amfsocket/version.rb,
lib/tribe_em_amfsocket/connection.rb

Overview

Attempt to provide thread-safe communication between EventMachine and AMF Socket.

  1. Always use EM.schedule to push work to the reactor thread.

  2. Always use @actor.deliver_message! to push work to the actor’s thread pool.

Defined Under Namespace

Modules: EM