Mike James Wrote: > > I'm using the std.concurrency in Phobos to do the threading in the new > version but I'm having problems passing the address of the receive handler. > Are there any solutions to this - without making the receive handler static > or outside the class :-)
Not at the moment, though I suppose one could argue that spawn() should accept shared delegates. I have to update Thread to accept these either way.