mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 00:07:35 +01:00
remove sleep calls from Runnable
This commit is contained in:
@@ -187,7 +187,7 @@ public:
|
||||
bool isRunning() const;
|
||||
/// Returns true if the thread is running.
|
||||
|
||||
bool trySleep(long milliseconds);
|
||||
static bool trySleep(long milliseconds);
|
||||
/// Starts an interruptible sleep. When trySleep() is called,
|
||||
/// the thread will remain suspended until:
|
||||
/// - the timeout expires or
|
||||
|
||||
Reference in New Issue
Block a user