合并主线最近几年来的主要更新,重点推进TinyHttpClient,替代HttpClient
namespace System.Threading.Tasks { internal interface IContinuation { void Execute(); } }