On Mon, 06 Apr 2009 05:57:24 -0400, Steve Teale <steve.te...@britseyeview.com> wrote:

Earlier versions of D2.x used std.thread which had pause() and resume(). The later versions use core.thread where these appear to be missing.

Any portable workaround suggestions?


Also, these functions (if you dig into their implementation) are documented as being for debuggers and/or GCs only. Specifically, they can not be used for synchronization, etc.

Reply via email to