Glossary¶
- libuv
- A cross platform abstraction to provide a high performance event loop on Windows and UNIX. libuv wraps IOCP on windows and libev on Unix. It was originally designed for the node.js project.
- node.js
- Evented I/O for JavaScript
- watcher
- libuv structure encapsulating data about a certain kind of event.
- handle
- See watcher