ruby-dbus
ruby-dbus copied to clipboard
Added EventMachine support
Hi,
I've added EventMachine loop support so right now it is easier to integrate DBus client/server with any other service that is based on EM.
Works great :+1:
@imobachgs I see the-installer is using EventMachine, which I have no experience with. Would it help to add proper EM support? Something like this PR?
Yes, I tried EventMachine because threads were being blocked by the Main loop. Having out-of-the-box support in ruby-dbus would make things easier, I guess. Although I am not an expert in EventMachine though.