Description
Provides a small abstraction layer for event loops, so a library can integrate with different main-loop systems without hard-coding one framework. That helps services and libraries react to timers, sockets, or callbacks in the host application's event system.
End users rarely choose it directly. It is mainly useful as a dependency for security, authentication, and system libraries that need event-loop integration.