From: scleary_at_[hidden]
Date: 2001-07-31 13:34:48


> > > why not "static thread& thread::current()" ?
> >
> > Think of other threads that need to see that thread's handle.
>
> go on, please.

I use it for two different reasons: queueing APC's to other threads, and
waiting for termination.

        -Steve