Method: Wisper::GlobalListeners#initialize

Defined in:
lib/wisper/global_listeners.rb

#initializeGlobalListeners

Returns a new instance of GlobalListeners.



11
12
13
14
# File 'lib/wisper/global_listeners.rb', line 11

def initialize
  @registrations = Set.new
  @mutex         = Mutex.new
end