Skip to content

Instantly share code, notes, and snippets.

@ashkrit
Created January 16, 2014 14:22
Show Gist options
  • Save ashkrit/8455765 to your computer and use it in GitHub Desktop.
Save ashkrit/8455765 to your computer and use it in GitHub Desktop.
while(!queue.isEmpty())
{
T element = queue.take();
//Process element.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment