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 bbeac80 commit 8c79645Copy full SHA for 8c79645
README.md
@@ -3,6 +3,18 @@
3
Lightweight library that eases integrating async components built for
4
[React PHP](http://reactphp.org/) in a traditional, blocking environment.
5
6
+**Table of contents**
7
+
8
+* [Introduction](#introduction)
9
+* [Quickstart example](#quickstart-example)
10
+* [Usage](#usage)
11
+ * [sleep()](#sleep)
12
+ * [await()](#await)
13
+ * [awaitAny()](#awaitany)
14
+ * [awaitAll()](#awaitall)
15
+* [Install](#install)
16
+* [License](#license)
17
18
## Introduction
19
20
[React PHP](http://reactphp.org/) provides you a great set of base components and
0 commit comments