Changes
examples/01-reactor-after.pl
examples/01_timer_after.pl
examples/02-reactor-at.pl
examples/02_timer_at.pl
examples/03-reactor-watch-pipe.pl
examples/04-reactor-signal.pl
examples/04_watch_replace.pl
examples/05-reactor-waker-thread.pl
examples/05_watch_oneshot.pl
examples/06-reactor-pid.pl
examples/06_unwatch_safe.pl
examples/08_signal.pl
examples/09_waker_thread.pl
examples/10_waker_fork_pipe.pl
examples/11_pid.pl
examples/20-proactor-after.pl
examples/21-proactor-read-pipe.pl
examples/22-proactor-socketpair-send-recv.pl
examples/23-proactor-accept-connect.pl
examples/90-reactor-bench-oneshot.pl
examples/91-reactor-stress-oneshot-edge-safe.pl
examples/92-reactor-linux-epoll-oneshot-rearm.pl
examples/93-reactor-regress-stop-no-backend-wait.pl
examples/94-reactor-regress-epoll-oneshot-rearm.pl
examples/all.pl
examples/README.md
lib/Linux/Event.pm
lib/Linux/Event/Error.pm
lib/Linux/Event/Loop.pm
lib/Linux/Event/Operation.pm
lib/Linux/Event/Pid.pm
lib/Linux/Event/Proactor.pm
lib/Linux/Event/Proactor/Backend.pm
lib/Linux/Event/Proactor/Backend/Fake.pm
lib/Linux/Event/Proactor/Backend/Uring.pm
lib/Linux/Event/Reactor.pm
lib/Linux/Event/Reactor/Backend.pm
lib/Linux/Event/Reactor/Backend/Epoll.pm
lib/Linux/Event/Scheduler.pm
lib/Linux/Event/Signal.pm
lib/Linux/Event/Wakeup.pm
lib/Linux/Event/Watcher.pm
LICENSE
Makefile.PL
MANIFEST			This list of files
README.md
t/00-load.t
t/01-timers.t
t/02-io-pipe.t
t/03-watchers.t
t/04-dispatch-order.t
t/05-fd-reuse-safety.t
t/06-signal.t
t/07-waker.t
t/08-pid.t
t/09-stop-no-backend-wait.t
t/10-epoll-oneshot-rearm.t
t/11-oneshot-stays-active.t
t/12-after-zero.t
t/13-loop-selector.t
t/40-proactor-cancel-lifecycle.t
t/41-proactor-operation-state-and-callbacks.t
t/42-proactor-after-basic.t
t/43-proactor-after-ordering.t
t/44-proactor-callback-cleanup.t
t/45-proactor-registry-bookkeeping.t
t/46-proactor-read.t
t/47-proactor-write.t
t/48-proactor-uring-read-write.t
t/49-proactor-at.t
t/50-proactor-accept.t
t/51-proactor-connect.t
t/52-proactor-recv.t
t/53-proactor-send.t
t/54-proactor-uring-recv-send.t
t/55-proactor-shutdown.t
t/56-proactor-uring-shutdown.t
t/57-proactor-close.t
t/58-proactor-uring-close.t
t/98-no-stray-leading-bytes.t
tools/release-check.pl
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
