zed/crates/client
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
..
src Use synchronous locks for Peer state 2022-01-12 18:02:41 +01:00
Cargo.toml