mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 12:19:21 +01:00
spelling fix
This commit is contained in:
@@ -191,8 +191,8 @@ public:
|
|||||||
/// The trySleep() and wakeUp() calls should be used with
|
/// The trySleep() and wakeUp() calls should be used with
|
||||||
/// understanding that the suspended state is not a true sleep,
|
/// understanding that the suspended state is not a true sleep,
|
||||||
/// but rather a state of waiting for an event, with timeout
|
/// but rather a state of waiting for an event, with timeout
|
||||||
/// expiration. This makes order of calls significantant; calling
|
/// expiration. This makes order of calls significant; calling
|
||||||
/// wakeUp() before calling trySleep() will prevent the next
|
/// wakeUp() before calling trySleep() will prevent the next
|
||||||
/// trySleep() call to actually suspend the thread (which, in
|
/// trySleep() call to actually suspend the thread (which, in
|
||||||
/// some scenarios, may be desirable behavior).
|
/// some scenarios, may be desirable behavior).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user