gavinlaking / vedeu

A framework written in Ruby for building GUI/TUI terminal/console applications.
Other
577 stars 35 forks source link

How well does this play with event machine? #381

Open NullVoxPopuli opened 8 years ago

NullVoxPopuli commented 8 years ago

I recently migrated the "core" of my chat client to use event machine, and am wondering how vedeu will play will with that.

I could always move the EventMachine run loop to a new thread, though. that wouldn't be hard. :-)

gavinlaking commented 8 years ago

Hi,

I don't have a lot of experience with EventMachine. Vedeu implements its own runtime loop though, which can be found at Vedeu::Runtime::MainLoop, maybe you can hook into there?