Activates directory watching and recompiles any file every time it
changes.
Watching works on two scenarios. If singleFile option is enabled,
recompiling affects all files in folder. Otherwise, only changed file
will be recompiled.
Any watching process creates own thread and returns it Tid. To stop the
process unwatchDir method should be used.
Activates directory watching and recompiles any file every time it changes. Watching works on two scenarios. If singleFile option is enabled, recompiling affects all files in folder. Otherwise, only changed file will be recompiled. Any watching process creates own thread and returns it Tid. To stop the process unwatchDir method should be used.