temper
temper copied to clipboard
single threaded not available
so I wanted to use this lib in a single threaded project setup that I have, but I get this error when trying to run things:
thread 'main' panicked at /ethers-rs-c3a7c0a0ae0fe6be/df165b8/ethers-solc/src/utils.rs:437:48: can call blocking only when running on the multi-threaded runtime
any idea how this can be fixed or any known workarounds? thank you
Relevant: https://nullderef.com/blog/rust-async-sync/
This is not something we plan to support ourselves. We'd be open to a PR which helps you, but it's not something we can currently prioritize.