mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-04 04:28:10 +00:00 
			
		
		
		
	enh: #3890: Get rid of SingletonHolder
This commit is contained in:
		@@ -352,14 +352,9 @@ private:
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
namespace
 | 
			
		||||
{
 | 
			
		||||
	static ActiveThreadPoolSingletonHolder sh;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
ActiveThreadPool& ActiveThreadPool::defaultPool()
 | 
			
		||||
{
 | 
			
		||||
	static ActiveThreadPoolSingletonHolder sh;
 | 
			
		||||
	return *sh.pool();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user