joyent/libuv - GitHub
以下、Features を転載
- Non-blocking TCP sockets
- Non-blocking named pipes
- UDP
- Timers
- Child process spawning
- Asynchronous DNS via c-ares or uv_getaddrinfo.
- Asynchronous file system APIs uv_fs_*
- High resolution time uv_hrtime
- Current executable path look up uv_exepath
- Thread pool scheduling uv_queue_work
- ANSI escape code controlled TTY uv_tty_t
- File system events Currently supports inotify, ReadDirectoryChangesW and kqueue. Event ports in the near future. uv_fs_event_t
- IPC and socket sharing between processes uv_write2
ネタ元はここ。
iOS 対応のパッチを提供してくれたとのこと。いいね。
Responses
Leave a Response