Lock-Free Actor-Based Flow Programming in D2 for GSOC2011?

Piotr Szturmaj bncrbme at jadamspam.pl
Sat Jul 9 00:50:20 PDT 2011


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.


More information about the Digitalmars-d mailing list