Revision history for IO-Async-Loop-EV
0.04 2026-04-26
[CHANGES]
* General module refresh
+ use v5.20
+ signatures
+ tests using Test2::V0
[BUGFIXES]
* Use refaddr rather than stringification to make hash keys for IO
handles, in case of rebless (as in the case for SSL)
0.03 2020-05-05
[CHANGES]
* Support IO::Async 0.76
+ ->watch_child API is now called ->watch_process
+ Add Loop processing time metrics
0.02 CHANGES:
* Implement IO::Async 0.49 Loop API:
+ ->watch_time / ->unwatch_time
* Declare that subsecond timing won't work for unit-test purposes
0.01 First version, released on an unsuspecting world.