Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydipeepo authored Jan 18, 2025
2 parents e54585e + d5af1b0 commit 85ab498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/xdut-task/Task.gd
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static func wait_all(
## 全ての入力が完了もしくはキャンセルされるまで待機し完了した入力数を返します。
static func wait_all_count(
from_inits: Array,
cancel: Cancel = null) -> Task:
cancel: Cancel = null) -> Variant:

return await all_count(
from_inits,
Expand All @@ -473,7 +473,7 @@ static func wait_any(
## 入力の内どれかひとつが完了するまで待機し完了した入力のインデックスを返します。
static func wait_any_index(
from_inits: Array,
cancel: Cancel = null) -> Task:
cancel: Cancel = null) -> Variant:

return await any_index(
from_inits,
Expand Down

0 comments on commit 85ab498

Please sign in to comment.