Бэкенд отмены задачи
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using mROA.Implementation.Attributes;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Shared
|
||||
{
|
||||
@@ -9,6 +11,8 @@ namespace Example.Shared
|
||||
int Last(int next);
|
||||
void C();
|
||||
void A();
|
||||
|
||||
Task AsyncTest(CancellationToken token = default);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user