Invoke async methods simultaneously; call async method from sync method in Visual Studio 2022 C#
Опубликовано: 22 Февраль 2025 на канале: Brandan Jones
2,216
28
Refactor an existing program to 1) invoke two async methods simultaneously, and wait for the result, and 2) invoke an async method from a regular/sync method
Source code is freely available on GitHub at https://github.com/discospiff/PlantDi...