# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'sleepy_penguin' # used to restart DTAS::Source::SplitFX processing in dtas-player # if the YAML file is edited class DTAS::Watchable::InotifyReadableIter < SleepyPenguin::Inotify # :nodoc: include DTAS::Watchable::InotifyCommon def self.new super(:CLOEXEC) end end