bug-commoncpp
[Top][All Lists]
Advanced

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

Re: Thread and join


From: David Sugar
Subject: Re: Thread and join
Date: Fri, 11 Jan 2002 12:15:25 -0500 (EST)

Join is an operation that occurs when a thread is deleted.  There is
little reason to have the thread exist once it is joined, and the thread
class is a container for the running execution context.  Hence, seperately
joining a thread is usually not a useful operation outside of deleting it,
although it can be done with the Terminate() member which performs a join.


On Fri, 11 Jan 2002, Marcelo Dalmas wrote:

> Hi all!
>
> Why do Thread class not have a join?
>
> Thanks.
>
> Marcelo Dalmas
> BRASMAP Sistemas
> www.brasmap.com.br
> Fone/Fax: (48) 333-2218 ramal 2114
>
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp
>




reply via email to

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