Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atollk authored Apr 26, 2021
1 parent 7713f59 commit 867af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void consumer() {
while (copper::select(
channel_1 >> [](int x) { std::cout << "Message from producer 1: " << x << std::endl; },
channel_2 >> [](int x) { std::cout << "Message from producer 2: " << x << std::endl; }
));
) == copper::channel_op_status::success);
}

int main() {
Expand Down

0 comments on commit 867af71

Please sign in to comment.