Skip to content

zbus-5.18.0

Choose a tag to compare

@zeenix zeenix released this 17 Jul 20:50
· 159 commits to main since this release
3948314

Added

  • ✨ Add Connection::closed() and is_closed() API.

Documentation

  • πŸ“ Document ObjectManager-ancestor deadlock in ObjectServer::at.

Other

  • 🚨 Replace manual match-and-return with the ? operator.

Testing

  • βœ… Test registering an interface from a &mut self callback.