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 7b777b9 commit a8bb771Copy full SHA for a8bb771
src/vennv/vapm/CoroutineGen.php
@@ -44,7 +44,7 @@ public static function getTaskQueue(): ?SplQueue;
44
* @param mixed ...$coroutines
45
* @return void
46
*
47
- * This is a blocking function that runs all the coroutines passed to it.
+ * This is a non-blocking function that runs all the coroutines passed to it.
48
*/
49
public static function runNonBlocking(mixed ...$coroutines): void;
50
0 commit comments