Skip to content

Instantly share code, notes, and snippets.

@koduki
Created July 10, 2016 20:59
Show Gist options
  • Save koduki/3a359b0e3b4959d120f58222dcd67fe6 to your computer and use it in GitHub Desktop.
Save koduki/3a359b0e3b4959d120f58222dcd67fe6 to your computer and use it in GitHub Desktop.
while(true){
if(events.isNotEmpty()){
callback(events.pop())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment