vangberg / isaac

A smallish DSL for writing IRC bots.
MIT License
161 stars 28 forks source link

Async event handler #2

Open vangberg opened 15 years ago

vangberg commented 15 years ago

Right now Isaac is blocking on events. We need async handling. One easy solution would be to switch to EventMachine. What others?

nickmartini commented 15 years ago

EM would probably be the easiest solution. If isaac could do async, I could stop using autumn and use isaac for my main bot. That'd be nice ;]

nickmartini commented 14 years ago

Any hope for EM in the future? Autumn just choked for the last time after doing a gem update, so I am going to stop using it.