File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ <h3>Promise</h3>
75
75
</ div >
76
76
</ div >
77
77
78
- < h2 > Socket Components</ h2 >
78
+ < h2 > Network Components</ h2 >
79
79
80
80
< div class ="gee-gutter-grid ">
81
81
< div class ="gee-gutter-unit-4 ">
@@ -101,7 +101,7 @@ <h3>Datagram</h3>
101
101
</ div >
102
102
</ div >
103
103
104
- < h2 > HTTP Components</ h2 >
104
+ < h2 > Protocol Components</ h2 >
105
105
106
106
< div class ="gee-gutter-grid ">
107
107
< div class ="gee-gutter-unit-4 ">
@@ -126,6 +126,32 @@ <h3>DNS</h3>
126
126
</ a >
127
127
</ div >
128
128
</ div >
129
+
130
+ < h2 > Utility Components</ h2 >
131
+
132
+ < div class ="gee-gutter-grid ">
133
+ < div class ="gee-gutter-unit-4 ">
134
+ < a href ="https://github.com/reactphp/cache " class ="box ">
135
+ < h3 > Cache</ h3 >
136
+
137
+ < p > Asynchronous cache.</ p >
138
+ </ a >
139
+ </ div >
140
+ < div class ="gee-gutter-unit-4 ">
141
+ < a href ="https://github.com/reactphp/promise-timer " class ="box ">
142
+ < h3 > Promise Timer</ h3 >
143
+
144
+ < p > Trivial timeout implementation for React PHP's Promise lib.</ p >
145
+ </ a >
146
+ </ div >
147
+ < div class ="gee-gutter-unit-4 ">
148
+ < a href ="https://github.com/reactphp/child-process " class ="box ">
149
+ < h3 > Child Process</ h3 >
150
+
151
+ < p > Asynchronous ChildProcess.</ p >
152
+ </ a >
153
+ </ div >
154
+ </ div >
129
155
</ div >
130
156
</ div >
131
157
< div class ="hero4 ">
You can’t perform that action at this time.
0 commit comments