Chatterino
Namespaces | Functions
PubSubHelpers.hpp File Reference
#include <QJsonObject>
#include <boost/asio.hpp>
#include <boost/asio/steady_timer.hpp>
#include <memory>
#include "common/QLogging.hpp"
#include "util/RapidjsonHelpers.hpp"
Include dependency graph for PubSubHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 chatterino
 

Functions

template<typename Duration , typename Callback >
void chatterino::runAfter (boost::asio::io_service &ioService, Duration duration, Callback cb)
 
template<typename Duration , typename Callback >
void chatterino::runAfter (std::shared_ptr< boost::asio::steady_timer > timer, Duration duration, Callback cb)