Changes for version 0.26 - 2026-08-18

  • hm_abi v4: on_worker_start. A C consumer registers a callback before run(), and the server runs it once in every worker, after the fork, in the child, with that child's own loop, and before the loop starts turning.

Modules

an event-loop PSGI server
epoll readiness backend for Hyperman::Loop
io_uring backend for Hyperman::Loop
kqueue readiness backend for Hyperman::Loop
portable poll(2) backend for Hyperman::Loop
a fast, native, Future-compatible async result
the per-worker event loop
Plack/PSGI adapter for the Hyperman server