14
sqlx::Transaction and Arc<Mutex>
(lemm.ee)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
This screams of XY problem. You've gotten a new problem from using this method and you're asking for help for that, but probably there is an underlying better solution that solves your actual use case without running into this problem at all.
So your answer is "you are doing it wrong".
Thank you, very helpful ๐
That's not what I said. Read about the XY problem and then come back and explain what you actually want to achieve, and give some more information like code examples.