atom / watcher

Atom Filesystem Watcher
MIT License
200 stars 36 forks source link

Defer worker start #200

Closed smashwilson closed 5 years ago

smashwilson commented 5 years ago

Defer the worker thread start until at least one watch root is added. We already have similar logic in place to start and stop the polling thread.

This should address #185, although I'll have to tag a prerelease to be sure.