package riot

  1. Overview
  2. Docs

A Riot `Application` can be used to encapsulate functionality that must share the same lifecycle. For example, the `Riot.Logger` is an Application.

Applications are also useful to orchestrate the order of startup, since `Riot.start ~apps` will start them one by one.

module type Intf = sig ... end
OCaml

Innovation. Community. Security.