yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [PATCH] queue_*: fix outdated comments
@ 2016-11-29  1:11 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-11-29  1:11 UTC (permalink / raw)
  To: yahns-public

These comments have been outdated since 2013 with commit
cd84e2ccbdf2 ("ensure we stop all threads at exit")
---
 lib/yahns/queue_epoll.rb  | 2 +-
 lib/yahns/queue_kqueue.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/yahns/queue_epoll.rb b/lib/yahns/queue_epoll.rb
index 7f5c038..9e4271a 100644
--- a/lib/yahns/queue_epoll.rb
+++ b/lib/yahns/queue_epoll.rb
@@ -38,7 +38,7 @@ def thr_init
     Thread.current[:yahns_queue] = self
   end
 
-  # returns an array of infinitely running threads
+  # returns an infinitely running thread
   def worker_thread(logger, max_events)
     Thread.new do
       thr_init
diff --git a/lib/yahns/queue_kqueue.rb b/lib/yahns/queue_kqueue.rb
index 229475c..064cd0e 100644
--- a/lib/yahns/queue_kqueue.rb
+++ b/lib/yahns/queue_kqueue.rb
@@ -47,7 +47,7 @@ def thr_init
     Thread.current[:yahns_queue] = self
   end
 
-  # returns an array of infinitely running threads
+  # returns an infinitely running thread
   def worker_thread(logger, max_events)
     Thread.new do
       thr_init
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-29  1:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29  1:11 [PATCH] queue_*: fix outdated comments Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).