package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 : ('v_x__001_ -> Ppx_sexp_conv_lib.Sexp.t) -> 'v_x__001_ t -> Ppx_sexp_conv_lib.Sexp.t