Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 18, 2024
1 parent d271168 commit ab709e7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/core/fuseau.mli
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,13 @@ end

module Cancel_handle = Cancel_handle

(** {2 IO} *)
(** {2 IO streams} *)

(** IO streams.
These streams of bytes can be used for read and write operations.
Their usage is not required, in some event loops
such as {!Fuseau_lwt}. *)
module Iostream : sig
(** Output stream. *)
module Out : sig
Expand Down Expand Up @@ -419,7 +424,7 @@ end
(** {2 Sleep} *)

val sleep_s : float -> unit
(** Put the current fiber to sleep for the amount of seconds. *)
(** Put the current fiber to sleep for that many seconds. *)

(** {2 Re-exports} *)

Expand Down

0 comments on commit ab709e7

Please sign in to comment.