migrate timer_proxy part 2 (#1836)

This commit is contained in:
Cheick Keita
2022-04-25 10:14:15 -07:00
committed by GitHub
parent 66796148c5
commit 3a93de4801
20 changed files with 305 additions and 66 deletions

View File

@ -1,4 +1,4 @@
// to avoid collision with Task in model.cs
// to avoid collision with Task in model.cs
global using Async = System.Threading.Tasks;
global using System;