Async API call inside an actor and exceptions
问题 I know about PipeTo, but some stuff, like synchronous waiting on nested continuation, seems to go against the async & await way. So, my first question [1] would be: is there any 'magic' here, so that we can just synchronously wait for nested tasks in a continuation and it's still async in the end? While we're at async & await differences, how are failures handled? Let's create a simple example: public static class AsyncOperations { public async static Task<int> CalculateAnswerAsync() { await