[ 源代码: libuv1 ]
软件包:libuv1-dev(1.49.2-3)
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
asynchronous event notification library - development files
Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like:
* files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O.
Install this package if you wish to develop your own programs using the libuv engine.
其他与 libuv1-dev 有关的软件包
|
|
|
|
-
- dep: libuv1t64 (= 1.49.2-3)
- asynchronous event notification library - runtime library
-
- sug: libuv1-doc
- asynchronous event notification library - documentation