package async

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

Source file expect_test_config.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
open! Async_kernel
open! Async_unix
module IO_run = Deferred
module Expect_test_config = Core.Expect_test_config

module IO_flush = struct
  include Expect_test_config.IO_flush

  let to_run t = Deferred.return t
end

let run f = Thread_safe.block_on_async_exn f
let sanitize s = s
let flushed () = true
let upon_unreleasable_issue = Expect_test_config.upon_unreleasable_issue
OCaml

Innovation. Community. Security.