Skip to content

Commit

Permalink
Merge pull request bvarga#16 from orthographic-pedant/spell_check/con…
Browse files Browse the repository at this point in the history
…tinuous

Fix typographical error(s)
  • Loading branch information
bvarga committed Oct 9, 2015
2 parents 50a28b4 + cfd5873 commit 11c094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mcount := socket.recv( tsl );
**CTRL+C Handling**

it's a bit tricky. On windows signal handling is different, than in posix systems.
Blocking calls won't receive SIGINT, just block continously. To overcome this issue,
Blocking calls won't receive SIGINT, just block continuously. To overcome this issue,
the installed handler terminates the contexts, so blocking calls like `recv`, `poll`,
etc... will receive `ETERM`. It's just on Windows.

Expand Down

0 comments on commit 11c094d

Please sign in to comment.