We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d3d8c commit 406fdaaCopy full SHA for 406fdaa
lib/picos_select/picos_select.mli
@@ -24,7 +24,7 @@ val return_on : 'a Computation.t -> Picos_fd.t -> [ `R | `W | `E ] -> 'a -> unit
24
(** [return_on computation fd op value] arranges for [computation] to be
25
{{!Picos.Computation.return} returned} with given [value] when [fd] becomes
26
available for [op]. Completion of the [computation] before the [fd] becomes
27
- available for [op] effectively cancels the await.
+ available for [op] effectively cancels the arrangement.
28
29
ℹ️ Using {!Unix.set_nonblock} and [return_on] you can implement direct-style
30
transparently asynchronous IO on top of the {!Unix} module. *)
0 commit comments