Method: CloudI::API.thread_count

Defined in:
lib/cloudi.rb

.thread_countObject



80
81
82
83
# File 'lib/cloudi.rb', line 80

def self.thread_count
    s = getenv('CLOUDI_API_INIT_THREAD_COUNT')
    s.to_i
end