crosvm/msg_socket
Dylan Reid 8f9d4f71d7 msg_socket: AsyncReceiver doesn't need a mut ref
The mut reference isn't used, an immutable reference is sufficient.
Switch to make borrowing the receiver easier for users.

Change-Id: Ic8582deb68997de53e5a53730b3909a1c4dcf699
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2159936
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Tested-by: Dylan Reid <dgreid@chromium.org>
Commit-Queue: Dylan Reid <dgreid@chromium.org>
2020-04-23 22:12:11 +00:00
..
msg_on_socket_derive msg_socket: allow Enum with no variant filed types 2020-04-14 18:50:44 +00:00
src msg_socket: AsyncReceiver doesn't need a mut ref 2020-04-23 22:12:11 +00:00
tests Extracts BalloonAdjust from VmRequest. 2019-04-25 00:59:51 -07:00
Cargo.toml msg_socket: Add async receiving of messages 2020-02-26 06:20:39 +00:00