10#include "gmock/gmock.h"
11#include "gtest/gtest.h"
17TEST(EventTest, Subscriptions) {
31 SubA = E.observe([&](
int) { ++N; });
37 SubA = std::move(SubB);
An Event<T> allows events of type T to be broadcast to listeners.
FIXME: Skip testing on windows temporarily due to the different escaping code mode.
TEST(BackgroundQueueTest, Priority)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//