table of contents
Event::Distributor::Action(3pm) | User Contributed Perl Documentation | Event::Distributor::Action(3pm) |
NAME¶
"Event::Distributor::Action" - an event that requires one subscriber
DESCRIPTION¶
This subclass of Event::Distributor::_Event requires exactly one subscriber at the time that it is invoked. It passes on the caller's arguments to the subscriber, and the subscriber's return value back to the caller.
AUTHOR¶
Paul Evans <leonerd@leonerd.org.uk>
2021-09-29 | perl v5.32.1 |