zed/crates/rpc
Antonio Scandurra 9e4b118214 Use synchronous locks for Peer state
We hold these locks for a short amount of time anyway, and using an
async lock could cause parallel sends to happen in an order different
than the order in which `send`/`request` was called.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-01-12 18:02:41 +01:00
..
proto Implement Buffer::format 2022-01-12 18:01:20 +01:00
src Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
build.rs Rename zrpc to rpc 2021-10-04 13:28:00 -06:00
Cargo.toml Allow the zed app to connect to both the old and new rpc endpoints 2022-01-03 15:29:26 -08:00