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 -> 'a
val return : 'a -> 'a
val run : test_function -> 'a -> ('a -> test_outcome -> 'b) -> 'b
OCaml

Innovation. Community. Security.