Last active
August 7, 2018 22:02
-
-
Save gterzian/99b5810e0cff99786f6bade1acb2cc17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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