zed/crates/rpc
Max Brunsfeld cf4291a126 Distinguish between "foreground" and "background" RPC messages
Some types of messages, which entail state updates on the host, should be
processed in the order that they were sent. Other types of messages should
not block the processing of other messages.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2022-02-16 10:01:23 -08:00
..
proto Add a Test message that we can use to assert on the behavior of Peer 2022-02-16 18:32:03 +01:00
src Distinguish between "foreground" and "background" RPC messages 2022-02-16 10:01:23 -08:00
build.rs Rename zrpc to rpc 2021-10-04 13:28:00 -06:00
Cargo.toml Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00