package speed

  1. Overview
  2. Docs
type test_function = unit Domain.test_input -> unit Lwt.t
type ('a, 'b) cont = 'a -> test_outcome -> 'b Lwt.t
type 'b cont_result = 'b Lwt.t
val wait : 'a Lwt.t -> 'b
val return : 'a -> 'a Lwt.t
val run : test_function -> 'a -> ('a0, 'b) cont -> 'b0 Lwt.t
OCaml

Innovation. Community. Security.