Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-yulin committed May 16, 2019
1 parent 9f50f1f commit f33d032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ For more info check [example](/example) scripts.
echo $value . PHP_EOL;
});
```
> If use PromiseA promise with `daemon|cycle|loop` you must use `Swoole\Runtime::wait()`
> If use `PromiseA` with `daemon|cycle|loop` you must use `Swoole\Runtime::wait()`
```php
\Swoole\Runtime::enableCoroutine();
while (true) {
Expand Down

0 comments on commit f33d032

Please sign in to comment.