Re: Thread control in D2

2010-01-13 Thread Trass3r
Good question. Don't know either.

Thread control in D2

2010-01-02 Thread Daoryn
In Phobos D1 the functions we have the functions "suspend" and "resume", however, these functions seem to be gone on Phobos D2. Is there any particular reason why this functionality has been removed? What other ways do I have to pause/resume a specific thread?