Changes for version 0.27 - 2026-08-18

  • Hyperman->on_worker_start(sub { ... }): run code in every worker, after the fork, before its loop starts turning.
  • Hyperman->deny_add / deny_remove / deny_check / ratelimit_hit: the fork-shared arena, as class methods.

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