Flow 1.0.2
Flow project: Public API.
Namespaces | Functions
timed_handler.hpp File Reference

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...