Description
Asynchronous Perl programs can coordinate timers, IO readiness, and callbacks through an event loop. Developers use this library for network services, interactive tools, or long-running scripts that should react to events without blocking. It is a runtime dependency and behavior depends on the callbacks registered by the application.