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.