class Byebug::CommandProcessor

def interface=(interface)

def interface=(interface)
  @mutex.synchronize do
    @interface.close if @interface
    @interface = interface
  end
end