This commit is contained in:
Simon Cruanes 2025-04-09 14:53:39 -04:00
parent d3bfb7776b
commit a4ee0d1408
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -30,9 +30,6 @@ module type S = sig
(span -> 'a) -> (span -> 'a) ->
'a 'a
(** Run the function in a new span. (** Run the function in a new span.
This replaces the previous [enter_span] and [exit_span] which were too flexible
to be efficient to implement in async contexts.
@since 0.3 *) @since 0.3 *)
val enter_span : val enter_span :