Libuv
(러스트로 구현한 초고속 파이썬 패키징 도구는 uv 참고)
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, pyuv, and others.
Category
- Design overview
- Error handling
- Version-checking macros and functions
- uv_loop_t — Event loop
- uv_handle_t — Base handle
- uv_req_t — Base request
- uv_timer_t — Timer handle
- uv_prepare_t — Prepare handle
- uv_check_t — Check handle
- uv_idle_t — Idle handle
- uv_async_t — Async handle
- uv_poll_t — Poll handle
- uv_signal_t — Signal handle
- uv_process_t — Process handle
- uv_stream_t — Stream handle
- uv_tcp_t — TCP handle
- uv_pipe_t — Pipe handle
- uv_tty_t — TTY handle
- uv_udp_t — UDP handle
- uv_fs_event_t — FS Event handle
- uv_fs_poll_t — FS Poll handle
- Filesystem operations
- Thread pool work scheduling
- DNS utility functions
- Shared library handling
- Threading and synchronization utilities
- Miscellaneous utilities
Local Download
- libuv 1.8.0
-
Libuv-1.8.0.tar.gz
See also
Favorite site
- libuv web site
- libuv project site
- Welcome to the libuv API documentation
- [추천] An Introduction to libuv 1
- Stackoverflow: How does libuv compare to Boost/ASIO? 2
- libuv 사용기