Skip to content

Commit 90a9e51

Browse files
author
郭庆哲
committed
=Update README
1 parent 35d9cf4 commit 90a9e51

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ Async::discard();
9696
* ### Async
9797
* ### option shorthand
9898
* public static function create()
99-
* public static function run($scriptname, $args, $envs = [])
99+
* public static function start($scriptname, $args, $envs = [])
100+
* public function startFunc(callable $function, $args = [])
100101
* public static function discard()
101-
* public static function join(callable $logHandler = null)
102+
* public static function wait(callable $logHandler = null)
103+
* public static function getArgs($argv = null)
102104

103105

104106

0 commit comments

Comments
 (0)