Is there a wrapper for libuv?

Tyler Jameson Little beatgammit at gmail.com
Tue Mar 6 16:52:58 PST 2012


I hope this is the right place to ask this.

libuv is the evented IO library that nodejs uses internally. It 
is basically glue for a bunch of other libraries (libev, c-ares, 
libeio and others).

https://github.com/joyent/libuv

Is there already working on a wrapper? I would very much like to 
use it, because it's cross-platform, but I couldn't find it 
anywhere (deimos has libev and libevent though).

I started a wrapper, but there were a couple of header files that 
I couldn't find:

sys/types.h
netinet/in.h

Do these already exist?


More information about the Digitalmars-d-learn mailing list