Flow 1.0.2
Flow project: Full implementation reference.
Namespaces | Functions
timed_handler.hpp File Reference
#include "flow/perf/perf_fwd.hpp"
#include "flow/perf/timed_function.hpp"
#include <boost/asio/associated_executor.hpp>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  flow
 Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel.
 
namespace  flow::perf
 Flow module containing tools for profiling and optimization.
 

Functions

template<typename Accumulator , typename Handler >
auto flow::perf::timed_handler (Clock_type clock_type, Accumulator *accumulator, Handler &&handler)
 Identical to timed_function() but suitable for boost.asio-targeted handler functions. More...