Class: Andromeda::Guides::SinglePoolGuide

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

Direct Known Subclasses

SharedSinglePoolGuide

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

#initializeSinglePoolGuide

Returns a new instance of SinglePoolGuide.



70
# File 'lib/andromeda/pool_guide.rb', line 70

def initialize ; super 1 end