EspressoSystems / seahorse

Ledger-agnostic wallet toolkit for the CAP protocol
https://seahorse.docs.espressosys.com
GNU General Public License v3.0
6 stars 1 forks source link

Use `spawn_blocking` for blocking IO in CLI #283

Closed jbearer closed 2 years ago

jbearer commented 2 years ago

This should stop the tests with multiple clients from blocking all the executor threads, allowing us to run on just 1 or 2 cores (e.g. the GitHub runners).