Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
POEx::IRC::Backend::Role::HasWheel
SYNOPSIS
A Moo::Role for classes that have associated POE::Wheel instances.
DESCRIPTION
wheel
A POE::Wheel instance (typically POE::Wheel::SocketFactory for listeners and connectors or POE::Wheel::ReadWrite for live connections).
Can be cleared via clear_wheel; use has_wheel to determine if this listener's wheel has been cleared.
Can be replaced via set_wheel (although whether this is a good idea or not is debatable; better to spawn a new instance of your class)
wheel_id
The POE ID of the last known "wheel".
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>