diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-01 10:06:45 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-03-01 10:06:45 +0000 |
commit | 9b406bce0cfb7fb4df0f328e6accb31c37e47140 (patch) | |
tree | 5e45b4ac21a6e3a0aed61810d68925a35fa052c3 /devel/libuv/pkg-descr | |
parent | b7e1975acde4e5b4682211498aa4a9a87a504b19 (diff) |
Notes
Diffstat (limited to 'devel/libuv/pkg-descr')
-rw-r--r-- | devel/libuv/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libuv/pkg-descr b/devel/libuv/pkg-descr new file mode 100644 index 000000000000..a9451fb415a1 --- /dev/null +++ b/devel/libuv/pkg-descr @@ -0,0 +1,17 @@ +libuv is a multi-platform support library with a focus on asynchronous I/O. + +Feature highlights: + + Full-featured event loop backed by epoll, kqueue, IOCP, event ports. + + Asynchronous TCP and UDP sockets + + Asynchronous DNS resolution + + Asynchronous file and file system operations + + File system events + + ANSI escape code controlled TTY + + IPC with socket sharing, using Unix domain sockets or named pipes (Windows) + + Child processes + + Thread pool + + Signal handling + + High resolution clock + + Threading and synchronization primitives + +WWW: https://github.com/joyent/libuv |