Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Is python-sdbus thread safe? #68

Answered by igo95862
igo95862 asked this question in Q&A
Discussion options

You must be logged in to vote

The underlying library libsystemd is not thread safe: systemd/systemd#31589 (comment)

Therefore python-sdbus is not thread safe. To achieve concurrency use Python's asyncio which python-sdbus has full support of.

Replies: 2 comments

Comment options

igo95862
May 26, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by igo95862
Comment options

igo95862
Jun 9, 2024
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant