Module gen_flow

This module defines the gen_flow behaviour.
Required callback functions: init/1, read/1, process/2.

Function Index

init/4TODO.
loop/3
start_link/2
start_link/3

Function Details

init/4

init(Parent, Module, Args, MaxEvents) -> any()

TODO

loop/3

loop(Parent, Debug, State) -> any()

start_link/2

start_link(Module, Args) -> any()

start_link/3

start_link(Module, MaxEvents, Args) -> any()


Generated by EDoc