Sha256: a7c1915ff27d82482bd45c9f69db2c59194a034a4d38c7182f56e45f45fc890c
Contents?: true
Size: 267 Bytes
Versions: 12
Compression:
Stored size: 267 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(uv_loop_t*); #endif
Version data entries
12 entries across 12 versions & 4 rubygems