Module Profile.Sync_or_async

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

type _ t =
  1. | Sync : _ t
  2. | Async : _ Async_kernel.Deferred.t t
val sexp_of_t : ('a__001_ -> Sexplib0.Sexp.t) -> 'a__001_ t -> Sexplib0.Sexp.t