1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
electrs/examples
Roman Zeyde 75b3fc969d
Allow closing Channel's internal sender
Otherwise, we may get stuck in a deadlock (e.g. parse module):
 - the channel's receiver waits for messages
 - but the last channel's sender is kept alive (at the channel)
2018-06-23 23:25:32 +03:00
..
bench_index.rs Revert "Update formatting following Rust 1.27 update" 2018-06-23 19:57:49 +03:00
bench_parse.rs Allow closing Channel's internal sender 2018-06-23 23:25:32 +03:00