David Abrahams said:
> "Peter Dimov" <[EMAIL PROTECTED]> writes:
>> The line in the middle won't work, actually, but that's another story.
>> boost::thread() creates a "handle" to the current thread. ;-) Score
>> another one for defining concepts before using them.
>
> Oh, I'm not up on the new interface.  How are we going to create a new
> thread?

Nothing new about the interface in this regard.  The default constructor
has always behaved this way.  New threads are created with the overloaded
constructor taking a function object.

BTW: I'm not opposed to changing the semantics or removing the default
constructor in the new design, since it's Copyable and Assignable.  If
there's reasons to do this, we can now switch to a self() method for
accessing the current thread.

-- 
William E. Kempf
[EMAIL PROTECTED]


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to