Re: [systemd-devel] Using sdbus-cpp

2021-02-26 Thread Lennart Poettering
On Fr, 26.02.21 10:45, Carlo Wood (ca...@alinoe.com) wrote: > Nevertheless-- I'm still facing blocking behavior: > Following a simple example, I'm using: > > auto reply = concatenatorProxy->callMethod(method); > > which ends up calling poll, and block :/. > > To make a long story short, what

[systemd-devel] Using sdbus-cpp

2021-02-26 Thread Carlo Wood
Hi, I am trying to integrate sdbus-cpp into my library (rather, a collection of git submodules, see https://github.com/CarloWood/ai-statefultask-testsuite). A core principle of this project is that ALL threads are managed by a very sophisticated thread pool; SO sophisticated in terms of (not!)