mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-10 22:18:12 +00:00
Summary: If an RPC fails to send, there isn't much that can be done to handle it. In all call sites so far, they all just unwrap the error because it can't be handled properly. If an RPC fails, it is a programmer error (because the request/response failed to serialize/deserialize) and indicates a bug in our code. Differential Revision: D37563857 fbshipit-source-id: 267072709f4230732a13989aaf74b50fd0908337 |
||
---|---|---|
.. | ||
event.rs | ||
global_state.rs | ||
main.rs | ||
tool.rs |