Upcoming changes to Hare's event loop library (opens in new tab)
hare-ev is an important Hare library that provides an event loop for Hare programs, similar to libuv, which most Hare programs which perform asynchronous I/O depend on for that purpose. I’ve been working on some design improvements over the past couple of weeks which will introduce major breaking changes, but also bring many important features – I’d like to share these with you now.
Read the original article