Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

multiple Joiners?

0 views
Skip to first unread message

Laurence Yogman

unread,
Jan 20, 1997, 3:00:00 AM1/20/97
to

Can we assume that for any given thread t,
at most one thread will call t-Join()?


Robert Bosch

unread,
Jan 21, 1997, 3:00:00 AM1/21/97
to

Laurence Yogman writes:
>
> Can we assume that for any given thread t,
> at most one thread will call t-Join()?

Yes -- you can assume that only the parent thread (the one that
created the thread) can join it.

Robert

0 new messages