Changes for version 0.002_001 - 2026-02-10
- Introduce Linux::Event::Watcher (mutable watcher handles).
- IO API: watch(...) returns a watcher; masks are internal.
- Watchers support data (avoid closure captures) and enable/disable toggles.
- Simplify timer API to seconds: after($seconds) and at($seconds).
Changes for version 0.001_001 - 2026-02-09
- First developer release of Linux::Event::Loop + Backend boundary.
- Epoll backend via Linux::Epoll.
- Deadline scheduler (ns) included.
Modules
Front door for the Linux::Event ecosystem
Backend contract for Linux::Event::Loop
Epoll backend for Linux::Event::Loop (via Linux::Epoll)
Backend-agnostic Linux event loop (Clock + Timer + Scheduler)
Deadline scheduler (nanoseconds) for Linux::Event
Mutable filehandle watcher handle for Linux::Event::Loop