Module: Tribe

Defined in:
lib/tribe_em/actor_proxy.rb,
lib/tribe_em.rb,
lib/tribe_em/version.rb,
lib/tribe_em/connection.rb,
lib/tribe_em/tcp_server.rb,
lib/tribe_em/dedicated_connection.rb

Overview

Attempt to provide thread-safe communication between EventMachine and Tribe:

  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