1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

Update list of supported features

This commit is contained in:
Ryan Dahl 2011-09-27 13:24:51 -07:00
parent 2c0fca9a41
commit 10c5293cae

View File

@ -30,14 +30,14 @@ Implemented:
* Thread pool scheduling `uv_queue_work`
* ANSI escape code controlled TTY `uv_tty_t`
In-progress:
* File system events (Currently supports inotify, `ReadDirectoryChangesW`
and will support kqueue and event ports in the near future.)
`uv_fs_event_t`
* VT100 TTY `uv_tty_t`
* Socket sharing between processes `uv_ipc_t`