The source project of this merge request has been removed.
zb: Implement interface/object removal, fixes #74
Basic removal functionality. Removing from inside a message handler is not possible (even with a RefCell
— it would be a double mut borrow of the ObjectServer
), maybe later some additional convenience like a "self-destruct" method on interface impls could be added, but this is better than nothing already.
Edited by Val Packett