Skip to content

Instantly share code, notes, and snippets.

@jeeyoungk
Created July 7, 2019 01:38
Show Gist options
  • Save jeeyoungk/0651fece3451599958bd5cb9e9c5db16 to your computer and use it in GitHub Desktop.
Save jeeyoungk/0651fece3451599958bd5cb9e9c5db16 to your computer and use it in GitHub Desktop.
select {
case val := <-highPri:
return val
case val := <-lowPri:
return val
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment