[Prev][Next][Index][Thread]
Possibly OT: Waiting for threads to complete...
-
To: info-dylan@ai.mit.edu
-
Subject: Possibly OT: Waiting for threads to complete...
-
From: Chris Page <page@best.com>
-
Date: Wed, 21 Feb 2001 15:15:02 -0500 (EST)
-
Organization: SBC Internet Services
-
User-Agent: Microsoft-Entourage/9.0.2509
-
Xref: traf.lcs.mit.edu comp.lang.dylan:13081
This isn't strictly a Dylan question, but I know that Functional Developer's
threads implementation deals with this and I'm wondering how. From a friend:
I'm trying to port some code from *nix to Win32 that uses pthreads.
I've got most of the code ported (thread models aren't too different,
fortunately), HOWEVER, there is one place where a call is made to
thr_join() to basically wait for all outstanding threads to complete
before the main thread exits.
Anyone have any thoughts about how to do this in Win32? I can't find
anything in MSDN...
--
Chris Page
let mailto = concatenate( "page", "@", "best.com" );
Follow-Ups: