Module ringbuffer_app

RingBuffer application.

Copyright © 2021 Marc Worrell

Behaviours: application.

Authors: Marc Worrell (marc@worrell.nl).

Description

RingBuffer application

Function Index

start/2Application callback, start the ringbuffer supervisor.
stop/1Application callback, called when stopping the application.

Function Details

start/2

start(StartType, StartArgs) -> any()

Application callback, start the ringbuffer supervisor.

stop/1

stop(State) -> any()

Application callback, called when stopping the application.


Generated by EDoc