# File lib/sup/poll.rb, line 36 def initialize @mutex = Mutex.new @thread = nil @last_poll = nil @polling = false @poll_sources = nil @mode = nil end