This repository was archived by the owner on Aug 3, 2026. It is now read-only.
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
block_in_place in BitcoindClient is insufficient #135
Because of tokio-rs/tokio#4730 we need to spawn to a different runtime or any locks held can block the original runtime's poll'er.