Lines Matching refs:a
4 This 'book' is a small set of tutorials about using libuv_ as
5 a high performance evented I/O library which offers the same API on Windows and Unix.
7 It is meant to cover the main areas of libuv, but is not a comprehensive
13 This book is still a work in progress, so sections may be incomplete, but
21 1) a systems programmer, creating low-level programs such as daemons or network
25 2) a node.js module writer, who wants to wrap platform APIs
26 written in C or C++ with a set of (a)synchronous APIs that are exposed to
36 The node.js_ project began in 2009 as a JavaScript environment decoupled
38 combined a model of I/O -- evented -- with a language that was well suited to
46 Since then libuv has continued to mature and become a high quality standalone
48 Rust_ programming language, and a variety_ of language bindings.