Skip to content

Instantly share code, notes, and snippets.

@gterzian
Last active August 7, 2018 22:02
Show Gist options
  • Save gterzian/99b5810e0cff99786f6bade1acb2cc17 to your computer and use it in GitHub Desktop.
Save gterzian/99b5810e0cff99786f6bade1acb2cc17 to your computer and use it in GitHub Desktop.
for result in results_port {
// Receive "merged results" from the "merge" stage.
match result {
PipelineMsg::Merged(_) => continue,
_ => panic!("unexpected result"),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment