Skip to content

Commit 48d2c8b

Browse files
committed
Lwt_mark: cont fix for lwt 5.0.0
See ocsigen/lwt#603 ref 029e5fd
1 parent c28337b commit 48d2c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lwt_mark.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ val async : ?log:Log.logger -> string -> (unit -> unit Lwt.t) -> unit
5959
Reason: functions of this module may be used during evaluation of [(run_thread ()) : 'a Lwt.t], so we need to prepare Lwt thread
6060
storage before the evaluation of [(run_thread ())].
6161
*)
62-
val ignore_result : ?log:Log.logger -> string -> (unit -> 'a Lwt.t) -> unit
62+
val ignore_result : ?log:Log.logger -> string -> (unit -> unit Lwt.t) -> unit
6363

6464
(** Adds line to current thread's last logs.
6565
When marking is enabled, but current thread is not marked/named, line is added to special "<top>" thread logs. *)

0 commit comments

Comments
 (0)