16 lines
281 B
C#
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
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|