Skip to content

Commit 9859eb9

Browse files
author
Lucas Pluvinage
committed
fixup rebase ctf => tracing
1 parent 9631952 commit 9859eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib_eio/waiters.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val is_empty : 'a t -> bool
2121

2222
val await :
2323
mutex:Mutex.t option ->
24-
'a t -> Ctf.id -> 'a
24+
'a t -> Tracing.id -> 'a
2525
(** [await ~mutex t id] suspends the current fiber and adds its continuation to [t].
2626
When the waiter is woken, the fiber is resumed and returns the result.
2727
If [t] can be used from multiple domains:
@@ -32,7 +32,7 @@ val await :
3232

3333
val await_internal :
3434
mutex:Mutex.t option ->
35-
'a t -> Ctf.id -> Fiber_context.t ->
35+
'a t -> Tracing.id -> Fiber_context.t ->
3636
(('a, exn) result -> unit) -> unit
3737
(** [await_internal ~mutex t id ctx enqueue] is like [await], but the caller has to suspend the fiber.
3838
This also allows wrapping the [enqueue] function.

0 commit comments

Comments
 (0)