Commit a7752756 authored by Dominik Charousset's avatar Dominik Charousset

Fix messaging in wait_for

parent 21281a6c
......@@ -343,7 +343,6 @@ public:
/// Blocks this actor until all `xs...` have terminated.
template <class... Ts>
void wait_for(Ts&&... xs) {
using wait_for_atom = atom_constant<atom("waitFor")>;
size_t expected = 0;
size_t i = 0;
size_t attach_results[] = {attach_functor(xs)...};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment