package riot

  1. Overview
  2. Docs
type child_spec
val child_spec : start_link:('a -> (Runtime.Pid.t, [> `Exit of exn ]) Stdlib.result) -> 'a -> child_spec
type strategy =
  1. | One_for_one
  2. | One_for_all
  3. | Rest_for_one
  4. | Simple_one_for_one
val children : Runtime.Pid.t -> Runtime.Pid.t list
OCaml

Innovation. Community. Security.