Deal with deadlocks in a more principaled way

This commit is contained in:
Aleksey Kladov 2018-09-08 12:36:02 +03:00
parent d9ccebd913
commit 326ffcefe0
6 changed files with 39 additions and 27 deletions

View file

@ -30,9 +30,8 @@ mod vfs;
mod path_map;
mod server_world;
mod project_model;
mod thread_watcher;
pub mod thread_watcher;
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
pub use caps::server_capabilities;
pub use main_loop::main_loop;