package speed

  1. Overview
  2. Docs
type test_function = unit Domain.Sync.test_function
type ('a, 'b) cont = 'a -> test_outcome -> 'b
type 'b cont_result = 'b
val wait : 'a -> 'b
val return : 'a -> 'a
val run : test_function -> 'a -> ('b -> test_outcome -> 'c) -> 'd
OCaml

Innovation. Community. Security.