Module Nested_profile__Profile.Sync_or_async

A Sync_or_async.t specifies whether the computation being profiled is synchronous or asynchronous.

type _ t =
| Sync : _ t
| Async : _ Async_kernel.Deferred.t t
val sexp_of_t : ('v_x__001_ -> Ppx_sexp_conv_lib.Sexp.t) -> 'v_x__001_ t -> Ppx_sexp_conv_lib.Sexp.t