Class: Andromeda::Guides::SharedPoolGuide

Inherits:
PoolGuide show all
Includes:
Singleton
Defined in:
lib/andromeda/pool_guide.rb

Instance Attribute Summary

Attributes inherited from PoolGuide

#max_procs, #pool_track

Instance Method Summary collapse

Methods inherited from PoolGuide

num_procs, #pack, #track

Methods inherited from Guide

#pack, #provision, #track

Methods included from Impl::To_S

short_s, #to_s, #to_short_s

Constructor Details

#initializeSharedPoolGuide

Returns a new instance of SharedPoolGuide.



64
65
66
# File 'lib/andromeda/pool_guide.rb', line 64

def initialize
  super PoolGuide.num_procs
end