about summary refs log tree commit homepage
path: root/lib/rainbows/writer_thread_spawn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/writer_thread_spawn.rb')
-rw-r--r--lib/rainbows/writer_thread_spawn.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rainbows/writer_thread_spawn.rb b/lib/rainbows/writer_thread_spawn.rb
index c190f89..691e68c 100644
--- a/lib/rainbows/writer_thread_spawn.rb
+++ b/lib/rainbows/writer_thread_spawn.rb
@@ -21,6 +21,7 @@ module Rainbows
   # vulnerable to slow client denial-of-service attacks.
 
   module WriterThreadSpawn
+    # :stopdoc:
     include Base
 
     CUR = {} # :nodoc:
@@ -115,5 +116,6 @@ module Rainbows
         t.alive? ? t.join(0.01) : true
       end until CUR.empty?
     end
+    # :startdoc:
   end
 end