Click here to Skip to main content
15,914,608 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the day Pin
Daniel Pfeffer15-Jun-16 6:31
professionalDaniel Pfeffer15-Jun-16 6:31 
GeneralRe: Thought of the day Pin
Gary Wheeler15-Jun-16 7:38
Gary Wheeler15-Jun-16 7:38 
GeneralRe: Thought of the day Pin
Corporal Agarn15-Jun-16 7:48
professionalCorporal Agarn15-Jun-16 7:48 
QuestionThe christening of a new class! (yes, it's a programming question :O ) Pin
Super Lloyd15-Jun-16 4:50
Super Lloyd15-Jun-16 4:50 
AnswerRe: The christening of a new class! (yes, it's a programming question :O ) PinPopular
H.Brydon15-Jun-16 6:20
professionalH.Brydon15-Jun-16 6:20 
AnswerRe: The christening of a new class! (yes, it's a programming question :O ) Pin
TheGreatAndPowerfulOz15-Jun-16 7:28
TheGreatAndPowerfulOz15-Jun-16 7:28 
GeneralRe: The christening of a new class! (yes, it's a programming question :O ) Pin
Super Lloyd15-Jun-16 9:26
Super Lloyd15-Jun-16 9:26 
GeneralRe: The christening of a new class! (yes, it's a programming question :O ) Pin
TheGreatAndPowerfulOz15-Jun-16 9:40
TheGreatAndPowerfulOz15-Jun-16 9:40 
Well, AsycSingle<T> is better than AsyncGleton<T> but that still implies singleton-ness rather than one-at-a-time-ness. I assumed that you meant there could be more than one of the "T" instances, but any one of those could only be used by a single thread at a time. Does that mean one per thread or can it be shared between threads?

Also, if the Async-ness is not part of the wrapper class, but part of the "T" then why not Singly<T> or Exclusive<T> or Solo<T>. Of course, you can prefix Async to those if the Async-ness is part of the wrapper. Personally, I would choose Exclusive<T> or AsyncExclusive<T>.
#SupportHeForShe
Government can give you nothing but what it takes from somebody else. A government big enough to give you everything you want is big enough to take everything you've got, including your freedom.-Ezra Taft Benson
You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun

PraiseRe: The christening of a new class! (yes, it's a programming question :O ) Pin
Super Lloyd15-Jun-16 11:16
Super Lloyd15-Jun-16 11:16 
GeneralGood job, Lowe's Canada! PinPopular
Brisingr Aerowing15-Jun-16 4:49
professionalBrisingr Aerowing15-Jun-16 4:49 
GeneralRe: Good job, Lowe's Canada! Pin
Ravi Bhavnani15-Jun-16 5:05
professionalRavi Bhavnani15-Jun-16 5:05 
GeneralRe: Good job, Lowe's Canada! Pin
dandy7215-Jun-16 6:36
dandy7215-Jun-16 6:36 
PraiseRe: Good job, Lowe's Canada! Pin
Gary Wheeler15-Jun-16 7:41
Gary Wheeler15-Jun-16 7:41 
GeneralOf cats and the laws of physics Pin
aaryan4215-Jun-16 4:24
aaryan4215-Jun-16 4:24 
JokeRe: Of cats and the laws of physics Pin
phil.o15-Jun-16 4:38
professionalphil.o15-Jun-16 4:38 
GeneralRe: Of cats and the laws of physics PinPopular
OriginalGriff15-Jun-16 4:49
mveOriginalGriff15-Jun-16 4:49 
GeneralRe: Of cats and the laws of physics Pin
Mark_Wallace15-Jun-16 7:24
Mark_Wallace15-Jun-16 7:24 
GeneralRe: Of cats and the laws of physics Pin
Gerry Schmitz16-Jun-16 7:27
mveGerry Schmitz16-Jun-16 7:27 
GeneralRe: Of cats and the laws of physics Pin
Mark_Wallace16-Jun-16 9:13
Mark_Wallace16-Jun-16 9:13 
GeneralRe: Of cats and the laws of physics Pin
Gerry Schmitz16-Jun-16 10:20
mveGerry Schmitz16-Jun-16 10:20 
GeneralRe: Of cats and the laws of physics Pin
Mark_Wallace16-Jun-16 10:32
Mark_Wallace16-Jun-16 10:32 
AnswerRe: Of cats and the laws of physics Pin
Super Lloyd15-Jun-16 4:54
Super Lloyd15-Jun-16 4:54 
GeneralRe: Of cats and the laws of physics Pin
OriginalGriff15-Jun-16 5:00
mveOriginalGriff15-Jun-16 5:00 
GeneralRe: Of cats and the laws of physics Pin
Super Lloyd15-Jun-16 5:19
Super Lloyd15-Jun-16 5:19 
GeneralRe: Of cats and the laws of physics Pin
OriginalGriff15-Jun-16 5:27
mveOriginalGriff15-Jun-16 5:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.