ruby-dbus icon indicating copy to clipboard operation
ruby-dbus copied to clipboard

Added EventMachine support

Open mspanc opened this issue 10 years ago • 3 comments

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.

mspanc avatar Apr 01 '14 14:04 mspanc

Works great :+1:

wader avatar Apr 11 '14 12:04 wader

@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?

mvidner avatar Feb 13 '22 12:02 mvidner

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.

imobachgs avatar Feb 13 '22 13:02 imobachgs