Cross-platform asynchronous I/O
* fix rewind_cursor() for windows * use stderr consistently * let rewind_cursor() return void; closes #14 |
||
|---|---|---|
| ev | ||
| test | ||
| .gitignore | ||
| AUTHORS | ||
| iocp-links.html | ||
| liboio-benchmark.vcxproj | ||
| liboio-test.vcxproj | ||
| liboio.sln | ||
| liboio.vcxproj | ||
| LICENSE | ||
| Makefile | ||
| ngx-queue.h | ||
| oio-unix.c | ||
| oio-unix.h | ||
| oio-win.c | ||
| oio-win.h | ||
| oio.h | ||
| README | ||
| tree.h | ||
This is the new networking layer for Node. Its purpose is to abstract IOCP on windows and libev on Unix systems. We intend to eventually contain all platform differences in this library. http://nodejs.org/