# File lib/poll.rb, line 99
 def initialize
		@masks		= {}
		@events		= Hash::new( 0 )
		@callbacks	= {}
	end