Revert "Use async_broadcast to emit fake FS events"

This reverts commit 4cfd345f9d, because
having a bounded broadcast introduces the possibility of waiting forever
when there isn't yet a receiver processing those events.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2022-03-01 17:14:40 +01:00
co-authored by Nathan Sobo
parent 992328a6ee
commit c661ff251d
3 changed files with 34 additions and 45 deletions
Generated
-1
View File
@@ -3568,7 +3568,6 @@ version = "0.1.0"
dependencies = [
"aho-corasick",
"anyhow",
"async-broadcast",
"async-trait",
"client",
"clock",