Skip to content

zb: add Proxy::receive_owner_changed()

Marc-André Lureau requested to merge elmarco/zbus:zb-track into main

Add a way to track owner changes.

Note:

  • we may want to track changes from Proxy creation time.
  • we may want to optimize the signal filter (somehow reusing or sharing signal handler src tracking)

Fixes #226 (closed)

Merge request reports