drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
PubSubService.h File Reference
#include <trantor/utils/NonCopyable.h>
#include <functional>
#include <mutex>
#include <shared_mutex>
#include <string>
#include <memory>
#include <unordered_map>
Include dependency graph for PubSubService.h:

Go to the source code of this file.

Classes

class  drogon::Topic< MessageType >
 This class template presents an unnamed topic. More...
class  drogon::PubSubService< MessageType >
 This class template implements a publish-subscribe pattern with multiple named topics. More...

Namespaces

namespace  drogon
 Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2.

Typedefs

using drogon::SubscriberID = uint64_t

Detailed Description

Author
An Tao

Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file.

Drogon