Sha256: 0a0cb6469a60afd794ecb0ac208155c3b7b09c2e9d29eaee81acedb5b7e68281
Contents?: true
Size: 261 Bytes
Versions: 3
Compression:
Stored size: 261 Bytes
Contents
/* This header is private to libuv */ #ifndef UV_EIO_H_ #define UV_EIO_H_ #include "eio.h" /* * Call this function to integrate libeio into the libuv event loop. It is * safe to call more than once. * TODO: uv_eio_deinit */ void uv_eio_init(void); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
noderb-0.0.4 | ext/noderb_extension/libuv/src/uv-eio.h |
noderb-0.0.3 | ext/noderb_extension/libuv/src/uv-eio.h |
noderb-0.0.2 | ext/noderb_extension/libuv/src/uv-eio.h |