[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with Common C++ threads.
From: |
Barnaby Gray |
Subject: |
Re: Help with Common C++ threads. |
Date: |
Wed, 23 Jan 2002 00:17:20 +0000 |
User-agent: |
Mutt/1.3.25i |
The main thread will exit before the other one you start even has a
chance to Run. There are various solutions to this mentioned in the
archives to the mailing list - the usual one is to make the
destruction of the other thread block for the main thread.
Barnaby
On Tue, Jan 22, 2002 at 04:47:45PM -0600, Peña Arellano Fabián Erasmo wrote:
> Hello:
>
<snip>
>
> P.S.
>
> How can I subscribe to this mailing list ?
Send an email to address@hidden with subscribe in the
subject line.