docs: annoying phrasing

This commit is contained in:
David Wilson 2018-03-20 13:05:41 +05:45
parent 2c22c41819
commit 18e2977baf
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ not possible to block waiting on synchronization objects sanely. Two major
problems exist:
* Sleeping with no timeout set causes signals to be blocked, preventing the
user from using CTRL+C to terminate the process.
user from terminating the process using CTRL+C.
* Sleeping with a timeout set internally makes use of polling, with an
exponential backoff that eventually results in the thread sleeping