xmr-btc-swap/swap
Daniel Karzel bb1537d6f2 Error feedback for the user upon communication errors
If communication with the other party fails the program should stop and the user should see the respective error.
Communication errors are handled in the event-loop. Upon a communication error the event loop is stopped.
Since the event loop is only stopped upon error the Result returned from the event loop is Infallible.

If one of the two futures, event loop and swap,  finishes (success/failure) the other future should be stopped as well.
We use tokio::selec! to stop either future if the other stops.
2021-02-26 17:18:12 +11:00
..
src Error feedback for the user upon communication errors 2021-02-26 17:18:12 +11:00
tests Error feedback for the user upon communication errors 2021-02-26 17:18:12 +11:00
Cargo.toml Download and run monero wallet rpc on swap cli startup 2021-02-25 11:21:41 +11:00