When to use:
When you are consuming a .NET API that returns aTask<TResult>
within an F# asynchronous computation.
async {}
завёрнуто
No overloads match for method 'AwaitTask'.
Known type of argument: Async Available overloads:
- static member Async.AwaitTask: task: Task -> Async // Argument 'task' doesn't match
- static member Async.AwaitTask: task: Task<'T> -> Async<'T> // Argument 'task' doesn't match