diff options
author | Matthew Draper <matthew@trebex.net> | 2016-11-30 22:22:36 +1030 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2016-11-30 22:55:04 +1030 |
commit | 162e889f16ceb47978fe9bc81ac0b46672f05ff0 (patch) | |
tree | dad4cd7f849ef749c10060c50196f1b2ec670604 /activerecord | |
parent | 0e97cd1a0d3e7dbe2b99eb111e005d7c9d7002b7 (diff) | |
download | rails-162e889f16ceb47978fe9bc81ac0b46672f05ff0.tar.gz rails-162e889f16ceb47978fe9bc81ac0b46672f05ff0.tar.bz2 rails-162e889f16ceb47978fe9bc81ac0b46672f05ff0.zip |
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.
Diffstat (limited to 'activerecord')
0 files changed, 0 insertions, 0 deletions