Parent

Methods

Rainbows::RevThreadPool::PoolWatcher

Public Class Methods

new(threads) click to toggle source

(Not documented)

    # File lib/rainbows/rev_thread_pool.rb, line 34
34:       def initialize(threads)
35:         @threads = threads
36:         super(G.server.timeout, true)
37:       end

Public Instance Methods

on_timer() click to toggle source

(Not documented)

    # File lib/rainbows/rev_thread_pool.rb, line 39
39:       def on_timer
40:         @threads.each { |t| t.join(0) and G.quit! }
41:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.