June 30, 2015
On Tuesday, 30 June 2015 at 04:38:31 UTC, suliman wrote:
> Ok, but code still do exit after it's run. Look like loop is not started

Yes, you need to watch for the return type which will be false in case of error

while(getThreadEventLoop().loop(10.seconds))
continue;

writeln(getThreadEventLoop().error);
July 11, 2015
> There's a path in the DWFileChange change structure, you can access it with change.path. You'll have to put it in a path parser to access the filename, such as std.path

Could you give an example of usage? And where DWFileChange structure is located? I do not see it in watcher.d

1 2 3 4 5
Next ›   Last »