using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using System.Diagnostics; namespace Async_Study { class Program { //创建计时器 private static readonly Stopwatch Watch =…