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 3ff5c34 commit 08cef9cCopy full SHA for 08cef9c
lib_eio/unix/eio_unix.mli
@@ -58,7 +58,7 @@ val run_in_systhread : ?label:string -> (unit -> 'a) -> 'a
58
59
@param label The operation name to use in trace output. *)
60
61
-val pipe : Switch.t -> source_ty r * sink_ty r
+val pipe : Switch.t -> [< source_ty] r * [< sink_ty] r
62
(** [pipe sw] returns a connected pair of flows [src] and [sink]. Data written to [sink]
63
can be read from [src].
64
Note that, like all FDs created by Eio, they are both marked as close-on-exec by default. *)
0 commit comments