Thread pause and resume

Sean Kelly sean at invisibleduck.org
Mon Apr 6 10:42:56 PDT 2009


== Quote from Steve Teale (steve.teale at britseyeview.com)'s article
> 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?

Use thread synchronization and signaling primitives like the ones
in core.sync.



More information about the Digitalmars-d mailing list