Description
Event-driven programs can share a small main-loop abstraction for scheduling callbacks and I/O work. It is useful for developers who need a lightweight loop component rather than a full application framework.
This is a development library, not an app to open. Application behavior depends on how the library is integrated by the calling program.