rails/actioncable/lib/action_cable/subscription_adapter
Matthew Draper 162e889f16 Prevent race condition when launching EventMachine reactor
reactor_running? will be true just after the thread enters
EventMachine.run; reactor_thread only gets set after the internal
initialize_event_machine method has been called, the C extension is set
up, and it is entering its run loop.
2016-11-30 22:55:04 +10:30
..
async.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
base.rb Allow subscription adapters to be shut down 2016-01-24 19:00:06 +10:30
evented_redis.rb Prevent race condition when launching EventMachine reactor 2016-11-30 22:55:04 +10:30
inline.rb Synchronize the lazy setters in Server 2016-01-30 03:46:37 +10:30
postgresql.rb copy-edits an exception message 2016-08-07 22:58:20 +02:00
redis.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
subscriber_map.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00