GCC: C0x11 threading support

Jonathan Wakely jwakely.gcc@gmail.com
Tue Nov 29 15:36:00 GMT 2011


On 29 November 2011 09:31, Erotavlas_turbo@libero.it 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.



More information about the Gcc-help mailing list