v0.9.0 [2019-07-10] Michael Granger ged@FaerieMUD.org¶ ↑
Improvements
-
Fix a bug in signal handling
-
Work around CZTop's mapping of EINTR in a poller_wait to an Interrupt
v0.8.0 [2019-05-22] Michael Granger ged@FaerieMUD.org¶ ↑
Bugfixes:
-
Fix several issues with socket monitoring.
-
Fix bug in signal-handler teardown
-
Super from the socket monitoring mixin
Enhancements:
-
Add a sockets_description method to the Reactor.
-
Turn on verbose on monitors if $VERBOSE is set
-
Super to monitor event handler methods if possible
v0.7.0 [2018-07-23] Michael Granger ged@FaerieMUD.org¶ ↑
Enhancements:
-
Add socket monitoring methods for delayed and retried connections
v0.6.0 [2018-07-21] Michael Granger ged@FaerieMUD.org¶ ↑
Enhancements:
-
Add a mixin for easy socket monitoring setup.
v0.5.0 [2018-07-11] Michael Granger ged@FaerieMUD.org¶ ↑
Enhancements:
-
Added methods to pause/resume all timers.
v0.4.0 [2018-06-27] Michael Granger ged@FaerieMUD.org¶ ↑
Enhancements:
-
Make the reactor threadsafe
-
Guard against events with no sockets
v0.3.0 [2017-05-15] Michael Granger ged@FaerieMUD.org¶ ↑
Enhancements:
-
Add a mixin for adding queued signal handling to the polling loop.
v0.2.0 [2017-04-29] Michael Granger ged@FaerieMUD.org¶ ↑
Enhancements:
-
Allow timers to be resumed after they're removed.
v0.1.0 [2017-04-12] Michael Granger ged@FaerieMUD.org¶ ↑
Initial release.