Commit 50f36ce4 authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting and GCC build

parent afa01fdb
......@@ -58,7 +58,7 @@ public:
return pull(policy, item, none);
}
void on_next(span<const T>items) {
void on_next(span<const T> items) {
CAF_ASSERT(items.size() == 1);
*val_ = items[0];
}
......@@ -189,4 +189,3 @@ make_blocking_consumer(consumer_resource<T> res) {
}
} // namespace caf::async
......@@ -18,6 +18,7 @@
#include "caf/span.hpp"
#include "caf/unit.hpp"
#include <condition_variable>
#include <cstdlib>
#include <mutex>
......
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