class MessagePack::Factory::Pool::AbstractPool

def checkout

def checkout
  @members.pop || @new_member.call
end