diff options
author | sf-exg <sf-exg> | 2011-01-10 08:36:41 +0000 |
---|---|---|
committer | sf-exg <sf-exg> | 2011-01-10 08:36:41 +0000 |
commit | df13049c1bc9cbcb5ba61d5ecc9b36c653590dd1 (patch) | |
tree | f82314281926d41bbcef307319bab41aeb7dbc4f /ev.pod | |
parent | fdf8e637ed5779a72783db49d403f4f8b2e76de0 (diff) |
Fix typo.
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ This function can be used to "simulate" a signal receive. It is completely safe to call this function at any time, from any context, including signal handlers or random threads. -It's main use is to customise signal handling in your process, especially +Its main use is to customise signal handling in your process, especially in the presence of threads. For example, you could block signals by default in all threads (and specifying C<EVFLAG_NOSIGMASK> when creating any loops), and in one thread, use C<sigwait> or any other |