Description
Perl applications can add event subscription and notification behavior to objects. This is useful for asynchronous code, plugin systems, user-interface helpers, or services where one component needs to react when another changes.
It is a developer library. Event-based systems should document when callbacks run, because unexpected ordering can make bugs hard to diagnose.