Skip to content

Commit

Permalink
Merge 141ac2a into 061b4a2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshockov committed Mar 12, 2018
2 parents 061b4a2 + 141ac2a commit f2130fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -298,6 +298,9 @@ $promise->then(
);

echo "I will print out before the promise is fulfilled";

// You can combine multiple promises using \GuzzleHttp\Promise\all() and other functions from the library.
$promise->wait();
```

## Handling Exceptions
Expand Down

0 comments on commit f2130fd

Please sign in to comment.