Closed thewh1teagle closed 1 year ago
How can I use this library in blocking mode?
We provide blocking wrappers for this. Please do read the caveats mentioned.
We also have a dedicated chapter for blocking API in our book. I'd advise you to read through the (short) book before using zbus.
Thank you very much! I learned a lot from the book and it makes everything simple
I have a library which needs to use
dbus
, the library didn't written withasync
so currenly everything is blocking. in addition it has apython
bindings, so converting everything toasync
is something I prefer not to do. How can I use this library in blocking mode? If it's not possible, maybe you have another idea? This is my library inRust
: rookie and thedbus
function I'm trying to mimc inRust
is here inPython
: browser_cookie_3#L252