Class: Raktr::Global

Inherits:
Raktr
  • Object
show all
Includes:
Singleton
Defined in:
lib/raktr/global.rb

Overview

**Do not use directly!**

Use the Reactor class methods to manage a globally accessible Reactor instance.

Author:

Constant Summary

Constants inherited from Raktr

DEFAULT_OPTIONS, VERSION

Instance Attribute Summary

Attributes inherited from Raktr

#connections, #max_tick_interval, #ticks

Method Summary

Methods inherited from Raktr

#at_interval, #attach, #attached?, #connect, #create_iterator, #create_queue, #delay, #detach, global, #in_same_thread?, #initialize, jruby?, #listen, #next_tick, #on_error, #on_shutdown, #on_tick, #run, #run_block, #run_in_thread, #running?, #schedule, #stop, stop, supports_unix_sockets?, #thread, #wait

Constructor Details

This class inherits a constructor from Raktr