# File lib/cabin/outputs/io.rb, line 43
  def initialize(io)
    @io = io
    @lock = Mutex.new
  end