Description
Event-driven programs in the Hare ecosystem can use a loop abstraction for waiting on I/O, timers, or other asynchronous work.
It is useful for developers writing network services, interactive tools, or libraries in the Hare language. Normal users usually receive it only as a dependency of Hare software rather than launching it directly.