mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
remove sleep calls from Runnable
This commit is contained in:
@@ -58,11 +58,6 @@ public:
|
||||
virtual void run() = 0;
|
||||
/// Do whatever the thread needs to do. Must
|
||||
/// be overridden by subclasses.
|
||||
|
||||
protected:
|
||||
void sleep(long milliseconds);
|
||||
|
||||
bool trySleep(long milliseconds);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user