package riot

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

Module Riot.ApplicationSource

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.

Sourcemodule type Intf = sig ... end
OCaml

Innovation. Community. Security.