We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d431fa7 commit 9a6c2b9Copy full SHA for 9a6c2b9
README.md
@@ -18,7 +18,19 @@ For the code of the current stable 0.4.x release, checkout the
18
19
* [Quickstart example](#quickstart-example)
20
* [Usage](#usage)
21
+* [Factory](#factory)
22
* [Loop implementations](#loop-implementations)
23
+ * [addtimer()](#addtimer)
24
+ * [addPeriodicTimer()](#addperiodictimer)
25
+ * [cancelTimer()](#canceltimer)
26
+ * [isTimerActive()](#istimeractive)
27
+ * [futureTick()](#futuretick)
28
+ * [addSignal()](#addsignal)
29
+ * [removeSignal()](#removesignal)
30
+ * [addReadStream()](#addreadstream)
31
+ * [addWriteStream()](#addwritestream)
32
+ * [removeReadStream()](#removereadstream)
33
+ * [removeWriteStream()](#removewritestream)
34
* [Install](#install)
35
* [Tests](#tests)
36
* [License](#license)
0 commit comments