doc correction
Some checks failed
github pages / Deploy doc (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / build-compat (push) Has been cancelled
Build and Test / format (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2025-10-02 14:37:15 -04:00
parent dbc099052d
commit 538f3df31a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -17,8 +17,7 @@ module Fut = Moonpool.Fut
val fut_of_lwt : 'a Lwt.t -> 'a Moonpool.Fut.t val fut_of_lwt : 'a Lwt.t -> 'a Moonpool.Fut.t
(** [fut_of_lwt lwt_fut] makes a thread-safe moonpool future that completes when (** [fut_of_lwt lwt_fut] makes a thread-safe moonpool future that completes when
[lwt_fut] does. This must be run from within the Lwt thread, eg inside of [lwt_fut] does. This can be run from any thread. *)
{!spawn_lwt} or {!run_in_lwt_and_await}. *)
val lwt_of_fut : 'a Moonpool.Fut.t -> 'a Lwt.t val lwt_of_fut : 'a Moonpool.Fut.t -> 'a Lwt.t
(** [lwt_of_fut fut] makes a lwt future that completes when [fut] does. This (** [lwt_of_fut fut] makes a lwt future that completes when [fut] does. This