Skip to content

Instantly share code, notes, and snippets.

@eholk
Created August 2, 2012 22:10
Show Gist options
  • Select an option

  • Save eholk/3241157 to your computer and use it in GitHub Desktop.

Select an option

Save eholk/3241157 to your computer and use it in GitHub Desktop.
fn recv() -> T {
match move self.try_recv() {
some(x) { move x }
none { fail ~"port_set: endpoints closed" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment