xmr-btc-swap/swap
Thomas Eizinger c0785ab05a
"Buffer" all requests to Alice until we are connected
We use the "precondition" feature of the `tokio::select!` macro to
avoid polling certain futures. In particular, we skip polling all
futures that - when resolved - require us to send a message to Alice.
2021-04-01 17:09:17 +11:00
..
src "Buffer" all requests to Alice until we are connected 2021-04-01 17:09:17 +11:00
tests Alice resumes swaps 2021-04-01 16:09:13 +11:00
Cargo.toml Use bmrng to model communicaton of Bob's EventLoop with the handle 2021-04-01 17:09:17 +11:00