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 : ('a__001_ -> Sexplib0.Sexp.t) -> 'a__001_ t -> Sexplib0.Sexp.t