Skip to content

Releases: ubkr/dbus

v0.0.3

12 Feb 07:24
0af72af

Choose a tag to compare

Merge branch 'godbus:master' into master

v0.0.2: Atomic function to get an exported object for a path

25 Apr 13:06

Choose a tag to compare

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.