This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC: C0x11 threading support
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: "Erotavlas_turbo at libero dot it" <Erotavlas_turbo at libero dot it>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 29 Nov 2011 14:03:24 +0000
- Subject: Re: GCC: C0x11 threading support
- References: <6551986.1471691322559063137.JavaMail.defaultUser@defaultHost>
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.