File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val is_empty : 'a t -> bool
2121
2222val 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
3333val 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.
You can’t perform that action at this time.
0 commit comments