bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Restarting a Thread under Win32


From: David Sugar
Subject: Re: Restarting a Thread under Win32
Date: Sun, 6 Oct 2002 12:33:53 -0400
User-agent: KMail/1.4.3

Once a thread exits run it cannot be "restarted", at least at present.  You 
can "suspend" and "resume" a thread while it is in "run", but that is 
different...



On Saturday 07 September 2002 16:01, Laurent wrote:
> Hi,
>
> I'm no sure this is a bug :
> When i create a thread, start it, and when it exit from the run() method, i
> can't start() it again. Is it normal ? the isRunning() method returns
> false, so i thought i could restart it.
>
> Also, could you tell me where can i suscribe to this mailing list, as i
> don't think i'll be able to receive your answer.
>
> Thank you,
> Laurent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]