Home » U++ Library support » U++ MT-multithreading and servers » bug in CoWork since C++11
Re: bug in CoWork since C++11 [message #46796 is a reply to message #46795] |
Tue, 09 August 2016 11:36   |
crydev
Messages: 151 Registered: October 2012 Location: Netherlands
|
Experienced Member |
|
|
mirek wrote on Tue, 09 August 2016 11:15Well, the one possible explanation is that your CoWork is global (or static) variable. Is that so?
My CoWork instance is not a global variable. It is a variable as member of a class and it is not a pointer. It is a singleton class, though. I construct it with a private constructor and a GetInstance method.
class X
{
private:
CoWork mThreadPool;
X();
public:
static X* GetInstance()
{
static X instance;
return &instance;
};
}
[Updated on: Tue, 09 August 2016 11:38] Report message to a moderator
|
|
|
 |
|
bug in CoWork since C++11
By: crydev on Fri, 13 May 2016 06:53
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Sat, 21 May 2016 19:43
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Sat, 02 July 2016 17:49
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Mon, 11 July 2016 19:36
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Sat, 30 July 2016 18:36
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Wed, 03 August 2016 19:45
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Thu, 04 August 2016 21:58
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Sun, 07 August 2016 11:50
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Sun, 07 August 2016 20:36
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Mon, 08 August 2016 09:32
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Mon, 08 August 2016 19:30
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Tue, 09 August 2016 11:15
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Tue, 09 August 2016 11:36
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Tue, 09 August 2016 11:43
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Thu, 18 August 2016 20:58
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Tue, 23 August 2016 08:34
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Tue, 23 August 2016 20:39
|
 |
|
Re: bug in CoWork since C++11
By: mirek on Wed, 24 August 2016 21:08
|
 |
|
Re: bug in CoWork since C++11
By: crydev on Thu, 25 August 2016 19:09
|
Goto Forum:
Current Time: Sat Jul 19 04:56:57 CEST 2025
Total time taken to generate the page: 0.03859 seconds
|