On 03/28/2014 11:43 AM, Sharad Gupta wrote:

> But this is another spawned process. How can I tell this second process
> to wait on the first one.

std.concurrency is based on message passing. Normally, the second process would send a message either to its owner or to another thread that was previously register()'ed.

If message passing does not work for you then you may need to use lower-level modules like core.thread.

Ali

Reply via email to