Contents Menu Expand Light mode Dark mode Auto light/dark mode
libuv documentation
Logo
libuv documentation
  • Design overview
  • API documentation
    • 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
    • File system operations
    • Thread pool work scheduling
    • DNS utility functions
    • Shared library handling
    • Threading and synchronization utilities
    • Miscellaneous utilities
    • Metrics operations
  • User guide
    • Introduction
    • Basics of libuv
    • Filesystem
    • Networking
    • Threads
    • Processes
    • Advanced event loops
    • Utilities
    • About
  • Upgrading
    • libuv 0.10 -> 1.0.0 migration guide
  v: v1.x
Versions
latest
stable
v1.x
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Upgrading#

Migration guides for different libuv versions, starting with 1.0.

  • libuv 0.10 -> 1.0.0 migration guide
Next
libuv 0.10 -> 1.0.0 migration guide
Previous
About
Copyright © 2014-present, libuv contributors
Made with Sphinx and @pradyunsg's Furo