| Flow 2.0.0
    Flow project: Full implementation reference. | 
#include "flow/async/async_fwd.hpp"#include "flow/async/concurrent_task_loop.hpp"#include "flow/perf/timed_handler.hpp"#include <atomic>Go to the source code of this file.
| Classes | |
| class | flow::async::Timed_concurrent_task_loop_impl< Time_accumulator > | 
| Decorator of a Concurrent_task_loop with same or greater lifetime that accumulates time elapsed in any tasks posted or scheduled onto that loop.  More... | |
| class | flow::async::Timed_concurrent_task_loop | 
| Decorates a general – potentially multi-threaded – Concurrent_task_loop of any kind but with timing capabilities.  More... | |
| 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::async | 
| Flow module containing tools enabling multi-threaded event loops operating under the asynchronous-task proactor pattern, by providing a streamlined API around boost.asio event loops with added advanced task- and thread-scheduling features. | |