Skip to content

nodef/libuv.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross-platform asynchronous I/O; Ryan Dahl (2011).

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, uvloop, and others.

Visit https://github.com/libuv/libuv for API documentation and a tutorial.

Installation

Run:

$ npm i libuv.c

And then include uv.h as follows:

#include "node_modules/libuv.c/uv.h"


ORG

About

Cross-platform asynchronous I/O; Ryan Dahl (2011).

Resources

License

Stars

Watchers

Forks

Languages