eris wrote:
I used the Tango Fibers implementation (thanks Sean Kelly I believe) and various
reactor libraries to implement the actor engine.

I'm working on something similar, e.g. event-driven programming using fibers. I need it for my upcoming network library.

But I don't use queue for each fiber, but instead each fiber "poll" for events so there's no possibility of queue overflow.

Reply via email to