Mixing async/await with Result
问题 Let me just preface this question with a few things: I've read several SO questions saying that you should not do this (such as How to safely mix sync and async code) I've read Async/Await - Best Practices in Asynchronous Programming again saying you shouldn't do this So I do know that this is not a best practice, and don't need anyone telling me such. This is more of a "why does this work" question. With that out of the way, here is my question: I've written a small GUI application that has