@@ -8,34 +8,37 @@ http://nodejs.org/
8
8
9
9
## Features
10
10
11
- Implemented Features :
11
+ Implemented:
12
12
13
- * Non-blocking sockets and pipes
13
+ * Non-blocking TCP sockets
14
14
15
- * Timers
15
+ * Non-blocking named pipes
16
16
17
17
* UDP
18
18
19
+ * Timers
20
+
19
21
* Child process spawning
20
22
21
- * Asynchronous DNS via c-ares or getaddrinfo .
23
+ * Asynchronous DNS via c-ares or ` uv_getaddrinfo ` .
22
24
23
- * Asynchronous file system APIs ( uv_fs_ * )
25
+ * Asynchronous file system APIs ` uv_fs_* `
24
26
25
- * High resolution time ( uv_hrtime)
27
+ * High resolution time ` uv_hrtime `
26
28
27
- * Current executable path look up ( uv_exepath)
29
+ * Current executable path look up ` uv_exepath `
28
30
29
- * Thread pool scheduling ( uv_queue_work)
31
+ * Thread pool scheduling ` uv_queue_work `
30
32
31
- Work in progress:
33
+ In- progress:
32
34
33
- * File system events (Currently supports inotify, ReadDirectoryChangesW and
34
- will support kqueue and event ports in the near future.)
35
+ * File system events (Currently supports inotify, ` ReadDirectoryChangesW `
36
+ and will support kqueue and event ports in the near future.)
37
+ ` uv_fs_event_t `
35
38
36
- * TTY support (with VT100 emulation on Windows - work in progress)
39
+ * VT100 TTY ` uv_tty_t `
37
40
38
- * Socket sharing between processes
41
+ * Socket sharing between processes ` uv_ipc_t `
39
42
40
43
41
44
## Documentation
@@ -58,7 +61,7 @@ To build with Visual Studio run the vcbuilds.bat file which will
58
61
checkout the GYP code into build/gyp and generate the uv.sln and
59
62
related files.
60
63
61
- Windows users can also build from cmd-line using msbuild. This is
64
+ Windows users can also build from cmd-line using msbuild. This is
62
65
done by running vcbuild.bat from Visual Studio command prompt.
63
66
64
67
To have GYP generate build script for another system you will need to
0 commit comments