mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-29 12:18:01 +01:00 
			
		
		
		
	remove sleep calls from Runnable
This commit is contained in:
		| @@ -51,16 +51,4 @@ Runnable::~Runnable() | ||||
| } | ||||
|  | ||||
|  | ||||
| void Runnable::sleep(long milliseconds) | ||||
| { | ||||
| 	Thread::sleep(milliseconds); | ||||
| } | ||||
|  | ||||
|  | ||||
| bool Runnable::trySleep(long milliseconds) | ||||
| { | ||||
| 	return Thread::current()->trySleep(milliseconds); | ||||
| } | ||||
|  | ||||
|  | ||||
| } // namespace Poco | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Fabijanic
					Alex Fabijanic