Subj : Re: Thoughts about threads in C++ To : comp.programming.threads From : marbac Date : Tue Apr 26 2005 11:20 pm Maciej Sobczak wrote: > The motivation for writing this was that I do not like the current > approaches to do threading in C++. For example, pthreads is a very > low-level API that does not give me enough abstraction. My idea would be to abstract it yourself by setting up a OO-Sub-API on top of the existing low level API with highest efficiency. But thats just an idea ... regards marbac .