We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a899f commit cacc266Copy full SHA for cacc266
README.md
@@ -2,6 +2,23 @@
2
3
A trivial implementation of timeouts for `Promise`s, built on top of [React PHP](http://reactphp.org/).
4
5
+**Table of contents**
6
+
7
+* [Usage](#usage)
8
+ * [timeout()](#timeout)
9
+ * [Timeout cancellation](#timeout-cancellation)
10
+ * [Cancellation handler](#cancellation-handler)
11
+ * [Input cancellation](#input-cancellation)
12
+ * [Output cancellation](#output-cancellation)
13
+ * [Collections](#collections)
14
+ * [resolve()](#resolve)
15
+ * [Resolve cancellation](#resolve-cancellation)
16
+ * [reject()](#reject)
17
+ * [Reject cancellation](#reject-cancellation)
18
+ * [TimeoutException](#timeoutexception)
19
+* [Install](#install)
20
+* [License](#license)
21
22
## Usage
23
24
This lightweight library consists only of a few simple functions.
0 commit comments