Steve Teale 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?

Monitors.
They're even built-in in the language (synchronized statement)

Reply via email to