Revision history for Linux-Event
0.011 unreleased
- Simplify Linux::Event to a single readiness event loop.
- Remove the experimental proactor/io_uring engine, operation object API,
fake completion backend, examples, tests, and documentation.
- Remove mandatory model selection. Linux::Event->new and
Linux::Event::Loop->new now construct the epoll backend by default.
- Passing model => ... is now an error.
- Collapse Linux::Event::Reactor into Linux::Event::Loop while preserving
the backend abstraction for future readiness backends.
- Rename backend modules to Linux::Event::Backend::* and remove the unused
Linux::Event::Error module.
- Renumber examples and tests into a single consistent naming scheme.
- Refresh README, POD, examples, tests, and MANIFEST for the smaller API.
0.010 previous
- Pre-cleanup release.