package async_ssl

  1. Overview
  2. Docs
type t =
  1. | Zero_return
  2. | Want_read
  3. | Want_write
  4. | Want_connect
  5. | Want_accept
  6. | Want_X509_lookup
  7. | Syscall_error
  8. | Ssl_error
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t