We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce270b commit 85ec628Copy full SHA for 85ec628
GameFrameX.Core/Actors/Actor.cs
@@ -291,7 +291,7 @@ public Task SendAsync(Action work)
291
/// 发送带超时的异步工作指令
292
/// </summary>
293
/// <param name="work">要执行的工作内容</param>
294
- /// <param name="timeout">超时时间</param>
+ /// <param name="timeout">执行超时时间(毫秒),默认为int.MaxValue</param>
295
/// <param name="cancellationToken">取消操作的令牌</param>
296
/// <returns>返回表示异步操作的Task</returns>
297
public Task SendAsync(Action work, int timeout, CancellationToken cancellationToken = default)
0 commit comments