# File lib/mongo/cluster/reapers/cursor_reaper.rb, line 43 def initialize @to_kill = {} @active_cursors = Set.new @mutex = Mutex.new end