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 c28337b commit 48d2c8bCopy full SHA for 48d2c8b
lwt_mark.mli
@@ -59,7 +59,7 @@ val async : ?log:Log.logger -> string -> (unit -> unit Lwt.t) -> unit
59
Reason: functions of this module may be used during evaluation of [(run_thread ()) : 'a Lwt.t], so we need to prepare Lwt thread
60
storage before the evaluation of [(run_thread ())].
61
*)
62
-val ignore_result : ?log:Log.logger -> string -> (unit -> 'a Lwt.t) -> unit
+val ignore_result : ?log:Log.logger -> string -> (unit -> unit Lwt.t) -> unit
63
64
(** Adds line to current thread's last logs.
65
When marking is enabled, but current thread is not marked/named, line is added to special "<top>" thread logs. *)
0 commit comments