Skip to content

Commit

Permalink
Further tweak Luv.Loop.run docs
Browse files Browse the repository at this point in the history
Part of #54.

[skip ci]
  • Loading branch information
aantron committed Mar 29, 2020
1 parent 66a01dc commit de9a09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/loop.mli
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ val run : ?loop:t -> ?mode:Run_mode.t -> unit -> bool
value is [`DEFAULT].
Again, see {{:http://docs.libuv.org/en/v1.x/loop.html#c.uv_run} [uv_run]}
for information on the return value.
for information on the return value. Zero from [uv_run] corresponds to
[false] from [Luv.Loop.run], and non-zero corresponds to [true].
This function typically should not be called by a library based on Luv.
Rather, it should be called by applications. *)
Expand Down

0 comments on commit de9a09e

Please sign in to comment.