Skip to content

Releases: rust-vmm/event-manager

event-manager-v0.4.0

09 Jan 14:55
Compare
Choose a tag to compare

Changelog

v0.4.0

Changed

  • Added remote_endpoint feature to generated docs.rs documentation.
  • Derived the Debug trait for multiple types

event-manager-v0.3.0

21 Nov 10:11
Compare
Choose a tag to compare

Changed

  • Updated to Rust version 2021.
  • Dependencies are now specified by caret, so that they're no longer automatically updated when new ones are published.
  • The Display implementations for the EventFd and Epoll variants of the Error type now contain the inner error message as well.

Added

  • The Error type now implements Eq.

event-manager-v0.2.0

25 Sep 09:18
Compare
Choose a tag to compare

Fixed

  • Fixed a race condition that might lead to wrongfully call the dispatch
    function for an inactive event
    ([#41]).

Added

  • By default, the event manager can dispatch 256 events at one time. This limit
    can now be increased by using the new_with_capacity constructor
    ([#37]).

event-manager-v0.1.0

12 Aug 15:56
Compare
Choose a tag to compare

This is the first event-manager release.

Read more about the features included in this crate in the design document.