package obus

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method virtual init : mechanism_return Lwt.t

Initial return value of the mechanism

method data : data -> mechanism_return Lwt.t

mech_data must continue the mechanism process with the given data. Default implementation fail with an error message.

method abort : unit

Must abort the mechanism.