Added basic async/await timings to prove how it works.

This commit is contained in:
2026-08-15 15:48:15 +02:00
parent 1b5bf4f8d4
commit 980e8c4e04
2 changed files with 43 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>async_lab</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>