Files
2025-08-30 17:19:57 +08:00

16 lines
281 B
C#

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