17 lines
313 B
C#
17 lines
313 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Future.Platform
|
|
{
|
|
/// <summary>
|
|
/// 异步控制:开启新的线程执行新任务
|
|
/// </summary>
|
|
public class ASync// : StructInstructBase
|
|
{
|
|
//
|
|
}
|
|
}
|