Replies: 2 comments
-
It is a feature, not a bug :) If you need one for async, you can write your own and name it AnyResolverAsync (+corresponding Electrum and Esplora imlementations) |
Beta Was this translation helpful? Give feedback.
-
The recommended way of doing non-blocking resolver is to create a dedicated thread which permanently run resolver and talk to it via |
Beta Was this translation helpful? Give feedback.
-
https://github.com/RGB-WG/rgb/blob/master/src/resolvers/any.rs#L44
Beta Was this translation helpful? Give feedback.
All reactions