Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-02 | some private headers were missed during installation - add them | agc | 1 | -1/+11 | |
2013-03-02 | import libuv, the platform layer for node.js, and an asynchronous event | agc | 1 | -0/+3 | |
library, into the Packages Collection. libuv is used as the platform layer for node.js libuv enforces an asynchronous, event-driven style of programming. Its core job is to provide an event loop and callback based notifications of I/O and other activities. libuv offers core utilities like timers, non-blocking networking support, asynchronous file system access, child processes and more. |