Method: Listen::Directory#_async_change

Defined in:
lib/listen/directory.rb

#_async_change(entry_path, options) ⇒ Object (private)



71
72
73
74
# File 'lib/listen/directory.rb', line 71

def _async_change(entry_path, options)
  entry_path = path.join(entry_path)
  _change_pool.async.change(entry_path, options)
end