[racket-users] Re: Seeking users to try file monitoring package

2019-06-30 Thread Simon Schlee
After some more reading I think I understand the purpose for watch-directories as a simple way to define callbacks for changes. Maybe it could return a shutdown procedure but I guess using a custom custodian and shutting that down might be easier. -- You received this message because you are

[racket-users] Re: Seeking users to try file monitoring package

2019-06-30 Thread Simon Schlee
I Just had a quick look at the documentation, it states: watch-directories > Starts threads using thread-maker to watch each given directory. Meant > for use with file-watcher procedures, namely apathetic-watch, > intensive-watch, or robust-watch. This will block the current thread > until all