Subj : Re: Thoughts about threads in C++ To : comp.programming.threads From : James Talbut Date : Sun May 15 2005 11:01 am "Maciej Sobczak" wrote in message news:d4quso$b8e$1@sunnews.cern.ch... > Consider: > > threaded > { > // instructions 1. > } > other > { > // instructions 2. > } I may be wrong, but is that precisely what openmp(http://www.openmp.org/) is trying to achieve? -- J.T. Please reply via the newsgroup. .