mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
10 lines
143 B
C#
10 lines
143 B
C#
using System;
|
|
using System.Threading;
|
|
|
|
namespace Serein.Library.Utils
|
|
{
|
|
public class NodeRunCts : CancellationTokenSource
|
|
{
|
|
}
|
|
}
|