package async_ssl

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

Module Async_ssl.ImportSource

Sourcemodule Types : sig ... end
Sourcemodule Bindings : sig ... end
Sourceval verbose : bool
Sourceval iter_while_rev : 'a. iter:(unit -> 'a) -> cond:('a -> bool) -> 'a list

Iterate a function while another function is true.

Results are collected in reverse order for performance. Use List.rev if you need results in the order they were produced.

OCaml

Innovation. Community. Security.