mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Wait with change processing until the vfs is done
This commit is contained in:
parent
8286847bee
commit
c6ae9cde99
5 changed files with 34 additions and 30 deletions
|
@ -61,6 +61,7 @@ type NotifyEvent = notify::Result<notify::Event>;
|
|||
|
||||
struct NotifyActor {
|
||||
sender: loader::Sender,
|
||||
// FIXME: Consider hashset
|
||||
watched_entries: Vec<loader::Entry>,
|
||||
// Drop order is significant.
|
||||
watcher: Option<(RecommendedWatcher, Receiver<NotifyEvent>)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue