Skip to content

Stacks and Queues HW!#4

Open
nlcurry wants to merge 3 commits intoAda-C5:masterfrom
nlcurry:master
Open

Stacks and Queues HW!#4
nlcurry wants to merge 3 commits intoAda-C5:masterfrom
nlcurry:master

Conversation

@nlcurry
Copy link
Copy Markdown

@nlcurry nlcurry commented Apr 7, 2016

automated list generation with firing quota check

@sudocrystal
Copy link
Copy Markdown

Watch your indentation. Ruby convention is 2 spaces at each indentation.

#change firing quota to adjust to worker availability
if @waiting.size < @people_quota
@people_quota = @waiting.size
end
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice check!

@sudocrystal
Copy link
Copy Markdown

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants