Module pobox_buf

Generic message buffer behaviour.

Copyright © Eric des Courtis

This module defines the pobox_buf behaviour.
Required callback functions: new/0, push/2, pop/1, drop/2.
Optional callback functions: push_drop/2.

Authors: Eric des Courtis (eric.descourtis@mitel.com).

Description

Generic message buffer behaviour. For more information, see README.txt

Generated by EDoc