libdbus or gio dbus for multi-threaded service ?
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Wed Mar 14 22:49:32 UTC 2018
On Wed, 14 Mar 2018 12:07:09 +0000, Simon McVittie wrote:
> I would recommend documenting what use patterns are and aren't
> supported for multi-threaded users of DBussy, if you haven't
> already ...
I suppose it would be sufficient to point out that the whole point of
Python’s asyncio architecture is to *avoid* multithreading.
I could also point out the one place I use it internally, and add a
note saying “if in doubt, avoid this call”.
More information about the dbus
mailing list