mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
doc
This commit is contained in:
parent
9cb10a79e6
commit
86c6edffca
2 changed files with 6 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ type cancel_callback = Exn_bt.t -> unit
|
||||||
|
|
||||||
(**/**)
|
(**/**)
|
||||||
|
|
||||||
|
(** Do not rely on this, it is internal implementation details. *)
|
||||||
module Private_ : sig
|
module Private_ : sig
|
||||||
type 'a state
|
type 'a state
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
(** Fiber for moonpool *)
|
(** Fibers for moonpool.
|
||||||
|
|
||||||
|
See {!Fiber} for the most important explanations.
|
||||||
|
|
||||||
|
@since NEXT_RELEASE. *)
|
||||||
|
|
||||||
module Fiber = Fiber
|
module Fiber = Fiber
|
||||||
module Fls = Fls
|
module Fls = Fls
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue