From fcc2254537b6bfd11d4f4b3855d4b63bc84d6fa2 Mon Sep 17 00:00:00 2001 From: yong Date: Thu, 2 Apr 2009 01:06:49 -0400 Subject: [PATCH] more comment --- README.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rdoc b/README.rdoc index f4ad23a..e76e66b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -48,6 +48,7 @@ gem install yong-stropheruby end end + #run event loop until timeout or 'StropheRuby::EventLoop.stop' is called ctx.loop_status = StropheRuby::EventLoop::LOOP_RUNNING while ctx.loop_status == StropheRuby::EventLoop::LOOP_RUNNING #return if the socket is idle for more than 3 seconds