The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

POE::Component::MessageQueue::IDGenerator::SimpleInt - Simple integer IDs.

DESCRIPTION

This is a concrete implementation of the Generator interface for creating message IDs. It simply increments an integer, and makes some attempt to remember what the last one it used was across runs.

AUTHOR

Paul Driver <frodwith@gmail.com>