From afbbd29df84b8e89a2bcc6e90589459282cd01f4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Tue, 11 Jan 2011 10:56:01 +0000 Subject: [PATCH] *** empty log message *** --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.pod b/ev.pod index 2e7f7d0..6cd777e 100644 --- a/ev.pod +++ b/ev.pod @@ -3506,7 +3506,7 @@ To exit from any of these loops, just set the corresponding exit variable: =head2 THREAD LOCKING EXAMPLE Here is a fictitious example of how to run an event loop in a different -thread than where callbacks are being invoked and watchers are +thread from where callbacks are being invoked and watchers are created/added/removed. For a real-world example, see the C perl module,