Thread pause and resume

Robert Jacques sandford at jhu.edu
Mon Apr 6 06:20:03 PDT 2009


On Mon, 06 Apr 2009 05:57:24 -0400, Steve Teale  
<steve.teale at 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.



More information about the Digitalmars-d mailing list