2 # This class is only supported on Ruby 1.9
4 # listener = LWES::Listener.new :address => "224.1.1.11", :port => 12345
5 # listener.each do |event|
11 # we disallow dup-ing objects since GC could double-free otherwise
18 # processes each LWES::Event object as it is received, yielding
19 # the LWES::Event to a given block