zed/crates/client/src
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
..
channel.rs Allow the zed app to connect to both the old and new rpc endpoints 2022-01-03 15:29:26 -08:00
client.rs Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
http.rs
test.rs Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
user.rs WIP - start restructuring collaboration around entire projects 2021-12-17 22:00:39 -08:00