commit | 83be3af2b74861adf1b7d63ac776928a6091cc8b | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Wed May 22 16:18:01 2019 -0700 |
committer | Gary Roumanis <grouma@google.com> | Wed May 22 16:18:01 2019 -0700 |
tree | 061397f15ce34183df3b04930bbfa2ef88d52ed5 | |
parent | 562b9e588eb7abf5e734be04b4b710ca013764a1 [diff] |
Use more async/await (#70) * Use more async/await - Change some bare `Future` into `Future<void>` to make sure we aren't silently passing state where we don't expect. - Change some methods with `.then` calls inside to `async`. * Add another await
A file system watcher.
It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.