# File lib/sup/poll.rb, line 88
  def stop
    @thread.kill if @thread
    @thread = nil
  end