zed/crates/project
Max Brunsfeld 170487a528 Fix race conditions with LSP requests that return buffers
* Avoid panic when registering a buffer that was previously open,
  and whose weak handle was still present in the open_buffers map.
* Avoid releasing any buffers while a request is outstanding which
  could return a reference to a buffer.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-02-23 15:26:01 -08:00
..
src Fix race conditions with LSP requests that return buffers 2022-02-23 15:26:01 -08:00
Cargo.toml