| Flow 2.0.0
    Flow project: Full implementation reference. | 
#include "flow/async/async_fwd.hpp"#include "flow/async/x_thread_task_loop.hpp"#include "flow/async/timed_concurrent_task_loop.hpp"#include "flow/perf/clock_type_fwd.hpp"#include "flow/util/util.hpp"Go to the source code of this file.
| Classes | |
| class | flow::async::Single_thread_task_loop | 
| A Concurrent_task_loop-related adapter-style class that represents a single-thread task loop; essentially it is pleasant syntactic sugar around a Concurrent_task_loop impl that cuts out concepts that become irrelevant with only one thread involved.  More... | |
| class | flow::async::Timed_single_thread_task_loop | 
| Identical to Single_thread_task_loop, but all tasks posted through it are automatically timed, with the result accessible via accumulated_time().  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. | |