We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d9cf4 commit 90a9e51Copy full SHA for 90a9e51
1 file changed
README.md
@@ -96,9 +96,11 @@ Async::discard();
96
* ### Async
97
* ### option shorthand
98
* public static function create()
99
- * public static function run($scriptname, $args, $envs = [])
+ * public static function start($scriptname, $args, $envs = [])
100
+ * public function startFunc(callable $function, $args = [])
101
* public static function discard()
- * public static function join(callable $logHandler = null)
102
+ * public static function wait(callable $logHandler = null)
103
+ * public static function getArgs($argv = null)
104
105
106
0 commit comments