Skip to content

Tags: ubkr/dbus

Tags

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'godbus:master' into master

v0.0.2

Toggle v0.0.2's commit message
Atomic function to get an exported object for a path

GetAnExportedObject returns either an existing object or a newly
created object for a specific path. This will solve the case where
we could get a mixup when two different goroutines competed to
create an object for a specific path. The result might still be
unsatifying but atleast its either or and not a mix.