We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc0990 commit 538f3dfCopy full SHA for 538f3df
src/lwt/moonpool_lwt.mli
@@ -17,8 +17,7 @@ module Fut = Moonpool.Fut
17
18
val fut_of_lwt : 'a Lwt.t -> 'a Moonpool.Fut.t
19
(** [fut_of_lwt lwt_fut] makes a thread-safe moonpool future that completes when
20
- [lwt_fut] does. This must be run from within the Lwt thread, eg inside of
21
- {!spawn_lwt} or {!run_in_lwt_and_await}. *)
+ [lwt_fut] does. This can be run from any thread. *)
22
23
val lwt_of_fut : 'a Moonpool.Fut.t -> 'a Lwt.t
24
(** [lwt_of_fut fut] makes a lwt future that completes when [fut] does. This
0 commit comments