Skip to content

Commit a8bb771

Browse files
authored
Update CoroutineGen.php
1 parent 7b777b9 commit a8bb771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vennv/vapm/CoroutineGen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function getTaskQueue(): ?SplQueue;
4444
* @param mixed ...$coroutines
4545
* @return void
4646
*
47-
* This is a blocking function that runs all the coroutines passed to it.
47+
* This is a non-blocking function that runs all the coroutines passed to it.
4848
*/
4949
public static function runNonBlocking(mixed ...$coroutines): void;
5050

0 commit comments

Comments
 (0)