using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Future.Platform { /// /// 休眠控制:休眠一段时间后继续执行 /// internal class Sleep { } }