On 29 November 2011 09:31, Erotavlas_turbo@xxxxxxxxx wrote: > Ok, I have understood that the new library of C++11 is nearly complete and it > is almost the same of boost library. I don't think that's what I said. > As you have noticed the support of GCC for > the core feature is not still complete, but can I use the library (embedded or > boost) for threading programming? Yes. > Or I'm limited by the compiler?If yes what are > the use of the library? Creating and using mutexes, locks, threads, futures, promises etc. What you do with them is up to you.