mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 18:47:47 +00:00 
			
		
		
		
	#3078: Fix typo in the ThreadPool's docs
This commit is contained in:
		| @@ -41,7 +41,7 @@ class Foundation_API ThreadPool | |||||||
| 	/// Threads in a thread pool are re-used once they become | 	/// Threads in a thread pool are re-used once they become | ||||||
| 	/// available again. | 	/// available again. | ||||||
| 	/// The thread pool always keeps a minimum number of threads | 	/// The thread pool always keeps a minimum number of threads | ||||||
| 	/// running. If the demans for threads increases, additional | 	/// running. If the demand for threads increases, additional | ||||||
| 	/// threads are created. Once the demand for threads sinks | 	/// threads are created. Once the demand for threads sinks | ||||||
| 	/// again, no-longer used threads are stopped and removed | 	/// again, no-longer used threads are stopped and removed | ||||||
| 	/// from the pool. | 	/// from the pool. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Günter Obiltschnig
					Günter Obiltschnig