Skip to content

Instantly share code, notes, and snippets.

@rocioDEV
Last active March 28, 2019 10:12
Show Gist options
  • Save rocioDEV/9c11e0d3c9866f7f97ec889dc3b25a6a to your computer and use it in GitHub Desktop.
Save rocioDEV/9c11e0d3c9866f7f97ec889dc3b25a6a to your computer and use it in GitHub Desktop.
while(browser.alive){
if(stack.empty && !queue.empty){
stack.push(queue.next)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment