Skip to content
Snippets Groups Projects
Commit 4ba03ddd authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

unix, windows: rename uv_run2 to uv_run

This changes the prototype of uv_run() from:

  int uv_run(uv_loop_t* loop);

To:

  int uv_run(uv_loop_t* loop, uv_run_mode mode);

Where `mode` is UV_RUN_DEFAULT, UV_RUN_ONCE or UV_RUN_NOWAIT.

Fixes #683.
parent 4cbd5c7b
Loading
Showing
with 34 additions and 50 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment