Method Filesystem.Monitor.symlinks()->DefaultMonitor()->stable_data_change()
- Method stable_data_change
protectedvoidstable_data_change(stringpath,Stdio.Statst)- Description
Stable change callback.
- Parameter
st Status information for
pathas obtained byfile_stat(path, 1).This function is called when previous changes to
pathare considered "stable"."Stable" in this case means that there have been no detected changes for at lease stable_time seconds.
Called by check() and check_monitor().