Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method Filesystem.Monitor.basic()->monitor_factory()


Method monitor_factory

protected Monitor monitor_factory(string path, MonitorFlags|void flags, int(0..)|void max_dir_check_interval, int(0..)|void file_interval_factor, int(0..)|void stable_time)

Description

Create a new Monitor for a path.

This function is called by monitor() to create a new Monitor object.

The default implementation just calls Monitor() with the same arguments.

See also

monitor()