Re: Bartosz asks What’s Wrong with the Th

2009-07-09 Thread Bartosz Milewski
Sean Kelly Wrote: It would be trivial to implement spawn on top of the Thread object. Not so trivial, as I would like the spawn function to be a variadic template. And the reverse would work as well, though it would be less practical. After all, some data must be used to represent a

Re: Bartosz asks What’s Wrong with the Th

2009-07-09 Thread Steven Schveighoffer
On Thu, 09 Jul 2009 11:36:05 -0400, Bartosz Milewski bartosz-nos...@relisoft.com wrote: Sean Kelly Wrote: It would be trivial to implement spawn on top of the Thread object. Not so trivial, as I would like the spawn function to be a variadic template. How is that not trivial? Or at