Sha256: 40cfe17be4bacf0bbe585470f03eca1ae3d782a66dcf7737a7e7da80e59ca3ca

Contents?: true

Size: 1.38 KB

Versions: 12

Compression:

Stored size: 1.38 KB

Contents

Welcome to the libuv documentation
==================================

Overview
--------

libuv is a multi-platform support library with a focus on asynchronous I/O. It
was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_,
`Julia`_, `pyuv`_, and `others`_.

.. note::
    In case you find errors in this documentation you can help by sending
    `pull requests <https://github.com/libuv/libuv>`_!

.. _Node.js: http://nodejs.org
.. _Luvit: http://luvit.io
.. _Julia: http://julialang.org
.. _pyuv: https://github.com/saghul/pyuv
.. _others: https://github.com/libuv/libuv/wiki/Projects-that-use-libuv


Features
--------

* 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


Documentation
-------------

.. toctree::
   :maxdepth: 1

   design
   api
   guide
   upgrading


Downloads
---------

libuv can be downloaded from `here <http://dist.libuv.org/dist/>`_.


Installation
------------

Installation instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
libuv-4.0.9 ext/libuv/docs/src/index.rst
libuv-4.0.2 ext/libuv/docs/src/index.rst
libuv-4.0.1 ext/libuv/docs/src/index.rst
libuv-4.0.0 ext/libuv/docs/src/index.rst
libuv-3.3.0 ext/libuv/docs/src/index.rst
libuv-3.2.4 ext/libuv/docs/src/index.rst
libuv-3.2.3 ext/libuv/docs/src/index.rst
libuv-3.2.2 ext/libuv/docs/src/index.rst
libuv-3.2.1 ext/libuv/docs/src/index.rst
libuv-3.2.0 ext/libuv/docs/src/index.rst
libuv-3.1.9 ext/libuv/docs/src/index.rst
libuv-3.1.8 ext/libuv/docs/src/index.rst