Convenience shortcut on top of await to await for a task and return some value type as a result.
any task that defines result public field of type with no indirections
content of result field of the task read right after that task finishes
See Implementation
Convenience shortcut on top of await to await for a task and return some value type as a result.