
3 Nov
2006
3 Nov
'06
1:20 a.m.
Chris Thomasson wrote:
I promise you that once I get my atomic::once out of the pseudo-code stage, and transform it into a fully working prototype it will have documentation...
I would be interested in why you think once is superior to statically initializeable mutex? My personal believe is, if we have a clean (static) mutex we should prefer it, because it is one concept less the programmer has to learn and remeber. "once" concept was and is just a work-around a deficiency. Roland